Simple Chat application
Install Node.JS
Clone ioChat
git clone git@github.com:Billmike/ioChat.gitInstall dependencies
npm installInstall gulp globally if you haven't
npm install --global gulp-cliStart server
gulpOpen browser and go to http://localhost:3000
Want to contribute? Read the CONTRIBUTING.md file to get started.