直播后端

liuyu a8c5155132 hh 5 gadi atpakaļ
app 6597b17357 hh 5 gadi atpakaļ
config a8c5155132 hh 5 gadi atpakaļ
test f309436ef7 update 5 gadi atpakaļ
.autod.conf.js f309436ef7 update 5 gadi atpakaļ
.eslintignore f309436ef7 update 5 gadi atpakaļ
.eslintrc f309436ef7 update 5 gadi atpakaļ
.gitignore f309436ef7 update 5 gadi atpakaļ
.travis.yml f309436ef7 update 5 gadi atpakaļ
README.md f309436ef7 update 5 gadi atpakaļ
app.js 299250ceb7 update 5 gadi atpakaļ
appveyor.yml f309436ef7 update 5 gadi atpakaļ
ecosystem.config.js a8c5155132 hh 5 gadi atpakaļ
package.json f309436ef7 update 5 gadi atpakaļ
server.js f309436ef7 update 5 gadi atpakaļ

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.