Без опису

lrf b2b932ecdf update 2 роки тому
.vscode a957b3f2e9 update 2 роки тому
src b2b932ecdf update 2 роки тому
test a957b3f2e9 update 2 роки тому
.editorconfig a957b3f2e9 update 2 роки тому
.eslintrc.json a957b3f2e9 update 2 роки тому
.gitattributes 302ed16bc7 prod 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 a957b3f2e9 update 2 роки тому
tsconfig.json a957b3f2e9 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.