Sem descrição

lrf 1b5524bd5e update há 2 anos atrás
.github b303c06174 init há 2 anos atrás
app 9bfa9d6872 邮箱绑定 há 2 anos atrás
config 1b5524bd5e update há 2 anos atrás
test b303c06174 init há 2 anos atrás
.autod.conf.js b303c06174 init há 2 anos atrás
.eslintignore b303c06174 init há 2 anos atrás
.eslintrc b303c06174 init há 2 anos atrás
.gitignore b303c06174 init há 2 anos atrás
README.md b303c06174 init há 2 anos atrás
app.js a3a5011fbe update há 2 anos atrás
ecosystem.config.js dede39750e pm2 há 2 anos atrás
package.json 7da637aa0f update há 2 anos atrás
server.js dede39750e pm2 há 2 anos atrás

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.