Monorepo演示(Snowpack / Vite)
使用的工具:
纱线工作区
运行演示
git clone
yarn # or `yarn install`
构建UI库
yarn ui build # build the ui library
运行Snowpack演示
yarn app dev # run the app in dev mode
运行UI故事书
yarn ui storybook # run the app in dev mode
运行Vite演示
yarn vite:re
IPFS演示
演示了如何使用ReactJS和IPFS HTTP客户端进行IPFS使用,作为BCDV1011的实验证明- 计划中的区块 设计模式。
:person_running: 怎么跑
在要克隆项目的文件夹中打开终端
# Clone this repo
git clone https://github.com/LorranSutter/IPFS-demo.git
# Go to the project folder
cd IPFS-demo
# Install dependencies
ya