## 快速上手指南

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!