暂无描述

lrf 3671cd3a87 update 2 年之前
.github b303c06174 init 2 年之前
app dfb1500f84 update 2 年之前
config 3671cd3a87 update 2 年之前
test b303c06174 init 2 年之前
.autod.conf.js b303c06174 init 2 年之前
.eslintignore b303c06174 init 2 年之前
.eslintrc b303c06174 init 2 年之前
.gitignore 9e65122b19 update 2 年之前
README.md b303c06174 init 2 年之前
app.js c154c90514 update 2 年之前
ecosystem.config.js a0a0351412 dev设置修改 2 年之前
package-lock.json 9e65122b19 update 2 年之前
package.json bbadda4161 update 2 年之前
server.js dede39750e pm2 2 年之前

README.md

server

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.