根据教程安装项目环境
新建数据库 devops_dev
$ yarn
$ npx sequelize db:migrate // 执行数据库变更
$ yarn dev
$ open http://localhost:7001/
$ npm run tsc
$ npm start
- Use
npm run lint
to check code style - Use
npm test
to run unit test - se
npm run clean
to clean compiled js at development mode once
- Node.js 8.x
- Typescript 2.8+