This README would normally document whatever steps are necessary to get your application up and running.
- Clone this repo and go to the directory root in terminal
- Install npm, bower and gulp globally on your machine if you haven't already
- Run the following commands to install dependencies
$/repo-root/ npm install
- Run the following command to start gulp for serving files on local front end server
$/repo-root/ gulp
hit localhost:8001 in your browser and start working...