Nessuna descrizione

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

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.