直播后端

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

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.