直播后端

liuyu 7a9e2866a8 hh il y a 4 ans
.vscode f06bc1acd4 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-live il y a 4 ans
app 7a9e2866a8 hh il y a 4 ans
config ae6911a07e hh il y a 4 ans
test f309436ef7 update il y a 5 ans
.autod.conf.js f309436ef7 update il y a 5 ans
.eslintignore f309436ef7 update il y a 5 ans
.eslintrc f309436ef7 update il y a 5 ans
.gitignore f309436ef7 update il y a 5 ans
.travis.yml f309436ef7 update il y a 5 ans
README.md f309436ef7 update il y a 5 ans
appveyor.yml f309436ef7 update il y a 5 ans
ecosystem.config.js a8c5155132 hh il y a 5 ans
package.json f309436ef7 update il y a 5 ans
server.js f309436ef7 update il y a 5 ans

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.