直播后端

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.