Nessuna descrizione

lrf 551e65b07a update 2 anni fa
.github b303c06174 init 2 anni fa
app 551e65b07a update 2 anni fa
config 98b45ced6f update 2 anni fa
test b303c06174 init 2 anni fa
.autod.conf.js b303c06174 init 2 anni fa
.eslintignore b303c06174 init 2 anni fa
.eslintrc b303c06174 init 2 anni fa
.gitignore b303c06174 init 2 anni fa
README.md b303c06174 init 2 anni fa
app.js a3a5011fbe update 2 anni fa
ecosystem.config.js dede39750e pm2 2 anni fa
package.json 7da637aa0f update 2 anni fa
server.js dede39750e pm2 2 anni fa

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.