神鹿峰服务端项目

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

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.