服务端

guhongwei 476e596bee 1 4 anni fa
.github 8e97d3d13f 1 4 anni fa
.vscode 8e97d3d13f 1 4 anni fa
app 476e596bee 1 4 anni fa
config 476e596bee 1 4 anni fa
test 8e97d3d13f 1 4 anni fa
.autod.conf.js 8e97d3d13f 1 4 anni fa
.eslintignore 8e97d3d13f 1 4 anni fa
.eslintrc 8e97d3d13f 1 4 anni fa
.gitignore 8e97d3d13f 1 4 anni fa
.travis.yml 8e97d3d13f 1 4 anni fa
README.md 8e97d3d13f 1 4 anni fa
app.js 8e97d3d13f 1 4 anni fa
appveyor.yml 8e97d3d13f 1 4 anni fa
ecosystem.config.js dcbc36fb0a 1 4 anni fa
package.json ff09715ffa 1 4 anni fa
server.js 8e97d3d13f 1 4 anni fa

README.md

serveci-center

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:8081/

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.