神鹿峰服务端项目

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

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.