Brak opisu

lrf 34b39e170b update 2 lat temu
.vscode a957b3f2e9 update 2 lat temu
src 34b39e170b update 2 lat temu
test a957b3f2e9 update 2 lat temu
.editorconfig a957b3f2e9 update 2 lat temu
.eslintrc.json a957b3f2e9 update 2 lat temu
.gitattributes ec970687ca dev config 2 lat temu
.gitignore a957b3f2e9 update 2 lat temu
.prettierrc.js a957b3f2e9 update 2 lat temu
README.md a957b3f2e9 update 2 lat temu
README.zh-CN.md a957b3f2e9 update 2 lat temu
bootstrap.js a957b3f2e9 update 2 lat temu
ecosystem.config.js c28df330a9 prod config 2 lat temu
jest.config.js a957b3f2e9 update 2 lat temu
package.json a7e684f3c8 update 2 lat temu
tsconfig.json a957b3f2e9 update 2 lat temu
update.sh 8c01943cb2 update 2 lat temu

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.