git clone --depth=1 git://github.com/joshdmiller/ng-boilerplate mynewproject
cd mynewproject
rm -Rf .git *.md
git init
touch README.md
git add README.md
git commit -m "Init commit."
sudo npm -g install grunt-cli karma bower
sudo npm install
bower install
grunt watch
open build/index.html
Setting up vagrant for vm web development:
Currently using this for box: https://github.com/2creatives/vagrant-centos/releases/
vagrant box add centos65-x86_64-20140116 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box