Nessuna descrizione

lrf 91cdb4602d update 1 anno fa
.vscode a957b3f2e9 update 1 anno fa
src e2e182a0c1 update 1 anno fa
test a957b3f2e9 update 1 anno fa
.editorconfig a957b3f2e9 update 1 anno fa
.eslintrc.json a957b3f2e9 update 1 anno fa
.gitattributes ec970687ca dev config 1 anno fa
.gitignore a957b3f2e9 update 1 anno fa
.prettierrc.js a957b3f2e9 update 1 anno fa
README.md a957b3f2e9 update 1 anno fa
README.zh-CN.md a957b3f2e9 update 1 anno fa
bootstrap.js a957b3f2e9 update 1 anno fa
ecosystem.config.js 420d816bcc dev config 1 anno fa
jest.config.js a957b3f2e9 update 1 anno fa
package.json a7e684f3c8 update 1 anno fa
tsconfig.json a957b3f2e9 update 1 anno fa
update.sh 91cdb4602d update 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.