simple backbone contact manager
#####Technology stack
- backbonejs
- nodejs for npm - handles gulp plugin dependencies
- bower - handles all front end dependencies
- gulp - task runner
#####Prerequisites to install before running the application
- nodejs with npm
- bower
#####To run locally
Run
npm install
bower install
gulp
(local server with livereload will begin at http://localhost:8080)
#####Gulp Tasks
- browserify -> require- like modules and concatanate all js files in bundle.js
- bower -> inject bower front end dependencies directly into html
- watch -> watch all js, css, html, templates, bower.json files for changes
- templates -> concatanate all templates into template.js
- webserver -> start a local server with livereload