主服务

lrf c6f9b23f89 update 11 月之前
src c6f9b23f89 update 11 月之前
test 9655386eec init 11 月之前
.editorconfig 9655386eec init 11 月之前
.eslintrc.json 9655386eec init 11 月之前
.gitignore 9655386eec init 11 月之前
.prettierrc.js 9655386eec init 11 月之前
README.md 9655386eec init 11 月之前
README.zh-CN.md 9655386eec init 11 月之前
bootstrap.js 9655386eec init 11 月之前
ecosystem.config.js 9655386eec init 11 月之前
jest.config.js 9655386eec init 11 月之前
package.json 9655386eec init 11 月之前
tsconfig.json 9655386eec init 11 月之前

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.