Aucune description

lrf 91cdb4602d update il y a 2 ans
.vscode a957b3f2e9 update il y a 2 ans
src e2e182a0c1 update il y a 2 ans
test a957b3f2e9 update il y a 2 ans
.editorconfig a957b3f2e9 update il y a 2 ans
.eslintrc.json a957b3f2e9 update il y a 2 ans
.gitattributes ec970687ca dev config il y a 2 ans
.gitignore a957b3f2e9 update il y a 2 ans
.prettierrc.js a957b3f2e9 update il y a 2 ans
README.md a957b3f2e9 update il y a 2 ans
README.zh-CN.md a957b3f2e9 update il y a 2 ans
bootstrap.js a957b3f2e9 update il y a 2 ans
ecosystem.config.js 420d816bcc dev config il y a 2 ans
jest.config.js a957b3f2e9 update il y a 2 ans
package.json a7e684f3c8 update il y a 2 ans
tsconfig.json a957b3f2e9 update il y a 2 ans
update.sh 91cdb4602d update il y a 2 ans

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.