Nincs leírás

lrf 4e21a0bc5d update 2 éve
.github b303c06174 init 2 éve
app 4e21a0bc5d update 2 éve
config 258c52a399 update 2 éve
test b303c06174 init 2 éve
.autod.conf.js b303c06174 init 2 éve
.eslintignore b303c06174 init 2 éve
.eslintrc b303c06174 init 2 éve
.gitignore b303c06174 init 2 éve
README.md b303c06174 init 2 éve
app.js a3a5011fbe update 2 éve
ecosystem.config.js dede39750e pm2 2 éve
package.json 7da637aa0f update 2 éve
server.js dede39750e pm2 2 éve

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.