直播后端

lrf402788946 306444da5f update пре 5 година
app 306444da5f update пре 5 година
config 4dcd2570fd update пре 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 f309436ef7 update пре 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.