服务端

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

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.