설명 없음

lrf 8267de62c0 dev config 2 년 전
.vscode a957b3f2e9 update 2 년 전
src 8267de62c0 dev config 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 302ed16bc7 prod 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.