服务端-顾红伟

guhongwei aa52d8c779 表更新 2 éve
src aa52d8c779 表更新 2 éve
test 4b0e9b8fd7 创建项目 2 éve
.editorconfig 4b0e9b8fd7 创建项目 2 éve
.eslintrc.json 4b0e9b8fd7 创建项目 2 éve
.gitignore 4b0e9b8fd7 创建项目 2 éve
.prettierrc.js 4b0e9b8fd7 创建项目 2 éve
README.md 4b0e9b8fd7 创建项目 2 éve
README.zh-CN.md 4b0e9b8fd7 创建项目 2 éve
bootstrap.js 4b0e9b8fd7 创建项目 2 éve
ecosystem.config.js 4b0e9b8fd7 创建项目 2 éve
jest.config.js 4b0e9b8fd7 创建项目 2 éve
package.json 4b0e9b8fd7 创建项目 2 éve
tsconfig.json 4b0e9b8fd7 创建项目 2 éve

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.