Нема описа

lrf 61680073ef update пре 2 година
.vscode a957b3f2e9 update пре 2 година
src 61680073ef 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.