Няма описание

lrf 34b39e170b update преди 2 години
.vscode a957b3f2e9 update преди 2 години
src 34b39e170b 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 c28df330a9 prod config преди 2 години
jest.config.js a957b3f2e9 update преди 2 години
package.json a7e684f3c8 update преди 2 години
tsconfig.json a957b3f2e9 update преди 2 години
update.sh 8c01943cb2 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.