服务端-顾红伟

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

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.