To run this repo
1)Make sure to install node in your computer
2)Install dependencies:
npm install
bower install
3)Install chrome plugin(optional for auto reloading the web, make sure to enable it if you decided to install the plugin):
Livereload
4)Start development server:
npm run start
5)Verify that is working on localhost:3000/sample.html
6)Violaaa!! :)
======================================================================== To generate minified version of js and css for production release run:
npm run build
To clean up run:
npm run clean