服务端

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

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.