Sin descripción

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

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.