UNPKG

sp-boilerplate

Version:
8 lines (7 loc) 329 B
## 快速上手指南 1. git clone [本项目](https://github.com/websage-team/sp-boilerplate) 2. 安装依赖包,执行 `npm install``yarn` 3. 删除或重命名 `/src/client` 目录,重命名 `/src/client-base``/src/client` 4. 执行 `npm start``yarn start` 5. 访问 `localhost:3000` 6. coding time!