暫無描述

lrf ccad3c726b update 2 年之前
.github b303c06174 init 2 年之前
app ccad3c726b update 2 年之前
config 501d0d0cfd prod 2 年之前
test b303c06174 init 2 年之前
.autod.conf.js b303c06174 init 2 年之前
.eslintignore b303c06174 init 2 年之前
.eslintrc b303c06174 init 2 年之前
.gitignore b303c06174 init 2 年之前
README.md b303c06174 init 2 年之前
app.js a3a5011fbe update 2 年之前
ecosystem.config.js dede39750e pm2 2 年之前
package.json 7da637aa0f 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.