Aucune description

liuyu b324a34c63 直播后台服务 il y a 4 ans
.vscode b324a34c63 直播后台服务 il y a 4 ans
app b324a34c63 直播后台服务 il y a 4 ans
config b324a34c63 直播后台服务 il y a 4 ans
logs b324a34c63 直播后台服务 il y a 4 ans
run b324a34c63 直播后台服务 il y a 4 ans
test b324a34c63 直播后台服务 il y a 4 ans
.autod.conf.js b324a34c63 直播后台服务 il y a 4 ans
.eslintignore b324a34c63 直播后台服务 il y a 4 ans
.eslintrc b324a34c63 直播后台服务 il y a 4 ans
.travis.yml b324a34c63 直播后台服务 il y a 4 ans
README.md 858e2235eb first commit il y a 4 ans
appveyor.yml b324a34c63 直播后台服务 il y a 4 ans
ecosystem.config.js b324a34c63 直播后台服务 il y a 4 ans
jsconfig.json b324a34c63 直播后台服务 il y a 4 ans
package-lock.json b324a34c63 直播后台服务 il y a 4 ans
package.json b324a34c63 直播后台服务 il y a 4 ans
server.js b324a34c63 直播后台服务 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.