Sin descripción

lrf b0074ee073 update hace 1 año
src b0074ee073 update hace 1 año
test 57be60c282 init hace 1 año
.editorconfig 57be60c282 init hace 1 año
.eslintrc.json 57be60c282 init hace 1 año
.gitignore b0074ee073 update hace 1 año
.prettierrc.js 57be60c282 init hace 1 año
README.md 57be60c282 init hace 1 año
README.zh-CN.md 57be60c282 init hace 1 año
bootstrap.js 57be60c282 init hace 1 año
ecosystem.config.js b0074ee073 update hace 1 año
jest.config.js 57be60c282 init hace 1 año
package.json 57be60c282 init hace 1 año
tsconfig.json 57be60c282 init hace 1 año

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.