data-sync [English]
武汉新型冠状病毒防疫信息收集平台-数据同步服务 using typescript && egg
$ npm i
$ npm run dev
$ open http://localhost:7001/
不要在开发者模式下进行 tsc编译, 如果你需要运行 tsc
,则你必须先运行 npm run clean
,再运行npm run dev
。
$ npm run tsc
$ npm start
- 使用
npm run lint
来检查代码的样式 - 使用
npm test
来执行单元测试 - 使用
npm run clean
在开发者模式下一次性清理编译后的js
- Node.js 8.x
- Typescript 2.8+