##Overview
This is a demo for an article on Scotch
##Installation
git clonethis repository and cd toscotch-chat-main-appdirectory.- Run
npm installcommand to install dependencies.
###Slush, bower and gulp
npm install -g slush gulp bower slush-weanto install slush, gulp and bower.- Run
bower installto install the bower dependencies
##Running the application
gulp run in the CLI will get you running and with an internet connection you will be connected to the chat server
##Building the application
gulp build --{{platform}} e.g. gulp build --win or gulp build --linux or gulp build --mac to generate an executabe file so you do not have to go through gulp process to run