Sin descripción

lrf dfa67a32b1 update hace 2 años
.github b303c06174 init hace 2 años
app dbd1101f60 update hace 2 años
config dbd1101f60 update hace 2 años
test b303c06174 init hace 2 años
.autod.conf.js b303c06174 init hace 2 años
.eslintignore b303c06174 init hace 2 años
.eslintrc b303c06174 init hace 2 años
.gitattributes dfa67a32b1 update hace 2 años
.gitignore 36b897afdd update hace 2 años
README.md b303c06174 init hace 2 años
app.js c154c90514 update hace 2 años
ecosystem.config.js fea807ca82 update hace 2 años
package-lock.json 9e65122b19 update hace 2 años
package.json bbadda4161 update hace 2 años
server.js dede39750e pm2 hace 2 años

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.