Нема описа

lrf 551e65b07a update пре 2 година
.github b303c06174 init пре 2 година
app 551e65b07a update пре 2 година
config 98b45ced6f 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 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.