No Description

lrf 34b39e170b update 1 year ago
.vscode a957b3f2e9 update 1 year ago
src 34b39e170b update 1 year ago
test a957b3f2e9 update 1 year ago
.editorconfig a957b3f2e9 update 1 year ago
.eslintrc.json a957b3f2e9 update 1 year ago
.gitattributes ec970687ca dev config 1 year ago
.gitignore a957b3f2e9 update 1 year ago
.prettierrc.js a957b3f2e9 update 1 year ago
README.md a957b3f2e9 update 1 year ago
README.zh-CN.md a957b3f2e9 update 1 year ago
bootstrap.js a957b3f2e9 update 1 year ago
ecosystem.config.js c28df330a9 prod config 1 year ago
jest.config.js a957b3f2e9 update 1 year ago
package.json a7e684f3c8 update 1 year ago
tsconfig.json a957b3f2e9 update 1 year ago
update.sh 8c01943cb2 update 1 year 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.