服务端

guhongwei c63cded0e1 1 il y a 3 ans
.github 9f83a0d865 更新 il y a 4 ans
.vscode f0c37a223c 更新 il y a 4 ans
app f53c55a8c4 1 il y a 3 ans
config c63cded0e1 1 il y a 3 ans
test f0c37a223c 更新 il y a 4 ans
.autod.conf.js f0c37a223c 更新 il y a 4 ans
.eslintignore f0c37a223c 更新 il y a 4 ans
.eslintrc f0c37a223c 更新 il y a 4 ans
.gitignore f0c37a223c 更新 il y a 4 ans
.travis.yml f0c37a223c 更新 il y a 4 ans
README.md 470acf29b8 更新 il y a 4 ans
app.js f0c37a223c 更新 il y a 4 ans
appveyor.yml f0c37a223c 更新 il y a 4 ans
ecosystem.config.js af22485716 更新 il y a 4 ans
package.json d8955c6d09 1 il y a 4 ans
server.js f0c37a223c 更新 il y a 4 ans
test.js d8955c6d09 1 il y a 4 ans

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.