直播后端

lrf402788946 306444da5f update 5 éve
app 306444da5f update 5 éve
config 4dcd2570fd update 5 éve
test f309436ef7 update 5 éve
.autod.conf.js f309436ef7 update 5 éve
.eslintignore f309436ef7 update 5 éve
.eslintrc f309436ef7 update 5 éve
.gitignore f309436ef7 update 5 éve
.travis.yml f309436ef7 update 5 éve
README.md f309436ef7 update 5 éve
app.js 299250ceb7 update 5 éve
appveyor.yml f309436ef7 update 5 éve
ecosystem.config.js f309436ef7 update 5 éve
package.json f309436ef7 update 5 éve
server.js f309436ef7 update 5 éve

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.