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