主服务

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

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.