服务端主项目

lrf402788946 64673613d1 update 4 gadi atpakaļ
.github ca54b5fd15 update 4 gadi atpakaļ
app 64673613d1 update 4 gadi atpakaļ
config bbfc12777f update 4 gadi atpakaļ
test ca54b5fd15 update 4 gadi atpakaļ
.autod.conf.js ca54b5fd15 update 4 gadi atpakaļ
.eslintignore ca54b5fd15 update 4 gadi atpakaļ
.eslintrc ca54b5fd15 update 4 gadi atpakaļ
.gitignore ca54b5fd15 update 4 gadi atpakaļ
.travis.yml ca54b5fd15 update 4 gadi atpakaļ
README.md ca54b5fd15 update 4 gadi atpakaļ
appveyor.yml ca54b5fd15 update 4 gadi atpakaļ
ecosystem.config.js 5b2e3d4d32 update 4 gadi atpakaļ
jsconfig.json ca54b5fd15 update 4 gadi atpakaļ
package.json bbfc12777f update 4 gadi atpakaļ
server.js 5b2e3d4d32 update 4 gadi atpakaļ

README.md

main-service

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

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.