服务端

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

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.