#Socket.IO ES6 Starter Kit
##Installation
git clone https://github.com/caxy/socket-io-starter-kit.git
cd socket-io-starter-kit
npm install
##Running Runs node application. Watches src file for changes and auto-rebuilds them.
npm start
Runs node application in debug mode. Watches src file for changes and auto-rebuilds them.
npm run debug
Builds the source folder into the dist folder.
npm run build
##Testing Runs mocha tests. Server must be running separately to run/pass tests.
npm test