Açıklama Yok

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

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.