服务端-顾红伟

guhongwei bd1cfb1e29 1 1 rok temu
src bd1cfb1e29 1 1 rok temu
test 4b0e9b8fd7 创建项目 1 rok temu
.editorconfig 4b0e9b8fd7 创建项目 1 rok temu
.eslintrc.json 4b0e9b8fd7 创建项目 1 rok temu
.gitignore 4b0e9b8fd7 创建项目 1 rok temu
.prettierrc.js 4b0e9b8fd7 创建项目 1 rok temu
README.md ff9ba2ec7b 系统消息创建方法重写 1 rok temu
README.zh-CN.md 4b0e9b8fd7 创建项目 1 rok temu
bootstrap.js 4b0e9b8fd7 创建项目 1 rok temu
ecosystem.config.js 4b0e9b8fd7 创建项目 1 rok temu
jest.config.js 4b0e9b8fd7 创建项目 1 rok temu
package.json 4b0e9b8fd7 创建项目 1 rok temu
tsconfig.json 4b0e9b8fd7 创建项目 1 rok temu

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.

1