服务端主项目

lrf402788946 64673613d1 update пре 4 година
.github ca54b5fd15 update пре 4 година
app 64673613d1 update пре 4 година
config bbfc12777f update пре 4 година
test ca54b5fd15 update пре 4 година
.autod.conf.js ca54b5fd15 update пре 4 година
.eslintignore ca54b5fd15 update пре 4 година
.eslintrc ca54b5fd15 update пре 4 година
.gitignore ca54b5fd15 update пре 4 година
.travis.yml ca54b5fd15 update пре 4 година
README.md ca54b5fd15 update пре 4 година
appveyor.yml ca54b5fd15 update пре 4 година
ecosystem.config.js 5b2e3d4d32 update пре 4 година
jsconfig.json ca54b5fd15 update пре 4 година
package.json bbfc12777f update пре 4 година
server.js 5b2e3d4d32 update пре 4 година

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.