Nenhuma descrição

lrf b0074ee073 update 1 ano atrás
src b0074ee073 update 1 ano atrás
test 57be60c282 init 1 ano atrás
.editorconfig 57be60c282 init 1 ano atrás
.eslintrc.json 57be60c282 init 1 ano atrás
.gitignore b0074ee073 update 1 ano atrás
.prettierrc.js 57be60c282 init 1 ano atrás
README.md 57be60c282 init 1 ano atrás
README.zh-CN.md 57be60c282 init 1 ano atrás
bootstrap.js 57be60c282 init 1 ano atrás
ecosystem.config.js b0074ee073 update 1 ano atrás
jest.config.js 57be60c282 init 1 ano atrás
package.json 57be60c282 init 1 ano atrás
tsconfig.json 57be60c282 init 1 ano atrás

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.