神鹿峰服务端项目

zs 84f46dd845 修改优惠卷领取 1 anno fa
src 84f46dd845 修改优惠卷领取 1 anno fa
test f9f053565f 创建 1 anno fa
.editorconfig f9f053565f 创建 1 anno fa
.eslintrc.json f9f053565f 创建 1 anno fa
.gitignore f9f053565f 创建 1 anno fa
.prettierrc.js f9f053565f 创建 1 anno fa
README.md f9f053565f 创建 1 anno fa
README.zh-CN.md f9f053565f 创建 1 anno fa
bootstrap.js f9f053565f 创建 1 anno fa
ecosystem.config.js f9f053565f 创建 1 anno fa
jest.config.js f9f053565f 创建 1 anno fa
package.json 0491573afa 修改订单 1 anno fa
tsconfig.json f9f053565f 创建 1 anno fa

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.