服务端_平台

zs 0a44347a50 修改 1 anno fa
src 0a44347a50 修改 1 anno fa
test 79f5209c71 更新 1 anno fa
.editorconfig 79f5209c71 更新 1 anno fa
.eslintrc.json 79f5209c71 更新 1 anno fa
.gitignore 79f5209c71 更新 1 anno fa
.prettierrc.js 79f5209c71 更新 1 anno fa
README.md 79f5209c71 更新 1 anno fa
README.zh-CN.md 79f5209c71 更新 1 anno fa
bootstrap.js 79f5209c71 更新 1 anno fa
ecosystem.config.js 79f5209c71 更新 1 anno fa
jest.config.js 79f5209c71 更新 1 anno fa
package.json fcd5c5c650 修改接口 1 anno fa
tsconfig.json 79f5209c71 更新 1 anno fa

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.