#JS MVC Template# JavaScript MVC based approach to building a single page application.
##Technology stack## ###Libraries###
- jQuery
- Bootstrap
- Handlebars
- SASS
- jQuery.address
###Tools### Bower for dependency management
Grunt for automation:
- JSHint
- JS & CSS minification
- Compass
- JS uglify
- Image minification
- SVG minification
- HTML minification
- Concatanation
- Local Server
- Live reload
##Installation## Make sure Node.js is installed on your system and that it is in the PATH. Clone project and run the following one at a time:
- npm install
- bower install
- grunt build
- grunt serve