主服务

lrf c6f9b23f89 update 11 months ago
src c6f9b23f89 update 11 months ago
test 9655386eec init 11 months ago
.editorconfig 9655386eec init 11 months ago
.eslintrc.json 9655386eec init 11 months ago
.gitignore 9655386eec init 11 months ago
.prettierrc.js 9655386eec init 11 months ago
README.md 9655386eec init 11 months ago
README.zh-CN.md 9655386eec init 11 months ago
bootstrap.js 9655386eec init 11 months ago
ecosystem.config.js 9655386eec init 11 months ago
jest.config.js 9655386eec init 11 months ago
package.json 9655386eec init 11 months ago
tsconfig.json 9655386eec init 11 months 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.