直播后端

lrf402788946 884c5a2776 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-live 5 anni fa
app d75e6f68bc update 5 anni fa
config f085fa604c hh 5 anni fa
test f309436ef7 update 5 anni fa
.autod.conf.js f309436ef7 update 5 anni fa
.eslintignore f309436ef7 update 5 anni fa
.eslintrc f309436ef7 update 5 anni fa
.gitignore f309436ef7 update 5 anni fa
.travis.yml f309436ef7 update 5 anni fa
README.md f309436ef7 update 5 anni fa
app.js 299250ceb7 update 5 anni fa
appveyor.yml f309436ef7 update 5 anni fa
ecosystem.config.js f309436ef7 update 5 anni fa
package.json f309436ef7 update 5 anni fa
server.js f309436ef7 update 5 anni fa

README.md

service-market

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.