直播平台服务

liuyu 2bc5b78692 hhh il y a 4 ans
.github 17f18bae4a 直播平台服务 il y a 4 ans
.vscode 32be73f366 hhh il y a 4 ans
app 44ccaabd9e hhh il y a 4 ans
config 2bc5b78692 hhh il y a 4 ans
test 17f18bae4a 直播平台服务 il y a 4 ans
.autod.conf.js 17f18bae4a 直播平台服务 il y a 4 ans
.eslintignore 17f18bae4a 直播平台服务 il y a 4 ans
.eslintrc 17f18bae4a 直播平台服务 il y a 4 ans
.gitignore 17f18bae4a 直播平台服务 il y a 4 ans
.travis.yml 17f18bae4a 直播平台服务 il y a 4 ans
README.md 0441918334 first commit il y a 4 ans
appveyor.yml 17f18bae4a 直播平台服务 il y a 4 ans
ecosystem.config.js 17f18bae4a 直播平台服务 il y a 4 ans
jsconfig.json 17f18bae4a 直播平台服务 il y a 4 ans
package.json 19c4f69f2d hhh il y a 4 ans
server.js 17f18bae4a 直播平台服务 il y a 4 ans

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.