直播平台服务

liuyu 215b0d1643 hh 4 سال پیش
.github 17f18bae4a 直播平台服务 5 سال پیش
.vscode 32be73f366 hhh 4 سال پیش
app 215b0d1643 hh 4 سال پیش
config 367bc2ac47 hhh 4 سال پیش
test 17f18bae4a 直播平台服务 5 سال پیش
.autod.conf.js 17f18bae4a 直播平台服务 5 سال پیش
.eslintignore 17f18bae4a 直播平台服务 5 سال پیش
.eslintrc 17f18bae4a 直播平台服务 5 سال پیش
.gitignore 17f18bae4a 直播平台服务 5 سال پیش
.travis.yml 17f18bae4a 直播平台服务 5 سال پیش
README.md 0441918334 first commit 5 سال پیش
appveyor.yml 17f18bae4a 直播平台服务 5 سال پیش
ecosystem.config.js 17f18bae4a 直播平台服务 5 سال پیش
jsconfig.json 17f18bae4a 直播平台服务 5 سال پیش
package.json f9bc3f7f57 hhh 4 سال پیش
server.js 17f18bae4a 直播平台服务 5 سال پیش

README.md

service-onlive

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.