Без опису

lrf 91cdb4602d update 2 роки тому
.vscode a957b3f2e9 update 2 роки тому
src e2e182a0c1 update 2 роки тому
test a957b3f2e9 update 2 роки тому
.editorconfig a957b3f2e9 update 2 роки тому
.eslintrc.json a957b3f2e9 update 2 роки тому
.gitattributes ec970687ca dev config 2 роки тому
.gitignore a957b3f2e9 update 2 роки тому
.prettierrc.js a957b3f2e9 update 2 роки тому
README.md a957b3f2e9 update 2 роки тому
README.zh-CN.md a957b3f2e9 update 2 роки тому
bootstrap.js a957b3f2e9 update 2 роки тому
ecosystem.config.js 420d816bcc dev config 2 роки тому
jest.config.js a957b3f2e9 update 2 роки тому
package.json a7e684f3c8 update 2 роки тому
tsconfig.json a957b3f2e9 update 2 роки тому
update.sh 91cdb4602d update 2 роки тому

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.