主服务

lrf c6f9b23f89 update пре 9 месеци
src c6f9b23f89 update пре 9 месеци
test 9655386eec init пре 9 месеци
.editorconfig 9655386eec init пре 9 месеци
.eslintrc.json 9655386eec init пре 9 месеци
.gitignore 9655386eec init пре 9 месеци
.prettierrc.js 9655386eec init пре 9 месеци
README.md 9655386eec init пре 9 месеци
README.zh-CN.md 9655386eec init пре 9 месеци
bootstrap.js 9655386eec init пре 9 месеци
ecosystem.config.js 9655386eec init пре 9 месеци
jest.config.js 9655386eec init пре 9 месеци
package.json 9655386eec init пре 9 месеци
tsconfig.json 9655386eec init пре 9 месеци

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.