Django 1.7 + angular w angular-material
npm install
bower install
python svdn_djangular/manage.py syncdb
python svdn_djangular/manage.py runserver
gulp
Browsersync will fire up and proxy your localhosts port 8000 (should be set to where your runserver is at), this can be changed in the gulpfile by setting the djangoPort variable to your port of choice.