Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 529 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 529 Bytes

chat

npm install
npm install pm2 -g
gulp watch
pm2 start app.js -i max --watch
pm2 start jobs/api.js --watch

This will work with sockets

pm2 start app.js --watch
pm2 start jobs/api.js --watch

Issues with pm2 -i max and sockets

npm install -g protractor
webdriver-manager update
webdriver-manager start

To run protractor

gulp test

To lint the code

gulp lintcode

Demo

Demo hosted here