بدون توضیح

lrf 1e073d013b update 2 سال پیش
.github b303c06174 init 2 سال پیش
app 1e073d013b update 2 سال پیش
config a2f8fca5be update 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 c154c90514 update 2 سال پیش
ecosystem.config.js dede39750e pm2 2 سال پیش
package.json a2f8fca5be 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.