# sand

sand-demo-ts 脚手架。

@jianghe 每次脚手架修改完后，记得保持脚手架项目的干净，执行下 npm run clean 即可。

## 指令

npm run init: 删除 node_modules,和 dist 的构建产物，并重新安装启动
npm run build: 构建
npm run start: 启动 demo 服务
npm run ci: lint&&test
