No Description

liuyu 31b1253a39 hhh 4 years ago
.github 7aafdf7cdd hhh 4 years ago
.vscode 7aafdf7cdd hhh 4 years ago
app 31b1253a39 hhh 4 years ago
config a7923f9f9b hhh 4 years ago
test 7aafdf7cdd hhh 4 years ago
.autod.conf.js 7aafdf7cdd hhh 4 years ago
.eslintignore 7aafdf7cdd hhh 4 years ago
.eslintrc 7aafdf7cdd hhh 4 years ago
.gitignore 7aafdf7cdd hhh 4 years ago
.travis.yml 7aafdf7cdd hhh 4 years ago
README.md cf02132563 first commit 4 years ago
appveyor.yml 7aafdf7cdd hhh 4 years ago
ecosystem.config.js 7aafdf7cdd hhh 4 years ago
jsconfig.json 7aafdf7cdd hhh 4 years ago
package.json 7aafdf7cdd hhh 4 years ago
server.js 7aafdf7cdd hhh 4 years ago

README.md

live-stomp

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.