科技服务

liuyu 51a16d5635 科技服务 5 年 前
.vscode 51a16d5635 科技服务 5 年 前
app 51a16d5635 科技服务 5 年 前
config 51a16d5635 科技服务 5 年 前
test 51a16d5635 科技服务 5 年 前
.autod.conf.js 51a16d5635 科技服务 5 年 前
.eslintignore 51a16d5635 科技服务 5 年 前
.eslintrc 51a16d5635 科技服务 5 年 前
.gitignore 51a16d5635 科技服务 5 年 前
README.md 49324aebf3 first commit 5 年 前
ecosystem.config.js 51a16d5635 科技服务 5 年 前
package.json 51a16d5635 科技服务 5 年 前
server.js 51a16d5635 科技服务 5 年 前

README.md

service-serve

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.