No Description

lrf a2d80e2c5f update 2 years ago
.github b303c06174 init 2 years ago
app a2d80e2c5f update 2 years ago
config 5326356137 update 2 years ago
test b303c06174 init 2 years ago
.autod.conf.js b303c06174 init 2 years ago
.eslintignore b303c06174 init 2 years ago
.eslintrc b303c06174 init 2 years ago
.gitignore b303c06174 init 2 years ago
README.md b303c06174 init 2 years ago
app.js a3a5011fbe update 2 years ago
ecosystem.config.js dede39750e pm2 2 years ago
package.json 7da637aa0f update 2 years ago
server.js dede39750e pm2 2 years ago

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.