神鹿峰服务端项目

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.