耗材服务端

lrf 67e16f37b0 Merge branch 'master' of http://git.cc-lotus.info/Consumables_project/material_server hace 1 año
src 67e16f37b0 Merge branch 'master' of http://git.cc-lotus.info/Consumables_project/material_server hace 1 año
test 32d1d1b2da 创建 hace 1 año
.editorconfig 32d1d1b2da 创建 hace 1 año
.eslintrc.json 32d1d1b2da 创建 hace 1 año
.gitignore 32d1d1b2da 创建 hace 1 año
.prettierrc.js 32d1d1b2da 创建 hace 1 año
README.md 32d1d1b2da 创建 hace 1 año
README.zh-CN.md 32d1d1b2da 创建 hace 1 año
bootstrap.js 32d1d1b2da 创建 hace 1 año
ecosystem.config.js 84e823aa34 修改 hace 1 año
jest.config.js 32d1d1b2da 创建 hace 1 año
package.json 84e823aa34 修改 hace 1 año
tsconfig.json 32d1d1b2da 创建 hace 1 año

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.