服务端

guhongwei b6800b6b56 1 hace 4 años
.github 8e97d3d13f 1 hace 4 años
.vscode 8e97d3d13f 1 hace 4 años
app 8e97d3d13f 1 hace 4 años
config b6800b6b56 1 hace 4 años
test 8e97d3d13f 1 hace 4 años
.autod.conf.js 8e97d3d13f 1 hace 4 años
.eslintignore 8e97d3d13f 1 hace 4 años
.eslintrc 8e97d3d13f 1 hace 4 años
.gitignore 8e97d3d13f 1 hace 4 años
.travis.yml 8e97d3d13f 1 hace 4 años
README.md 8e97d3d13f 1 hace 4 años
app.js 8e97d3d13f 1 hace 4 años
appveyor.yml 8e97d3d13f 1 hace 4 años
ecosystem.config.js 8e97d3d13f 1 hace 4 años
package.json 8e97d3d13f 1 hace 4 años
server.js 8e97d3d13f 1 hace 4 años

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.