Run npm install to install necessary dev components
Run bower install X --save to add a specific vendor css/js library to the project.
Run bower update to install selected vender css/js libraries
Run grunt serve to compile and launch a server
Run grunt build to compile, concatenate, minify and copy production version of site to 'dist' folder
Run grunt deploy to compile, concatenate, minify and copy production version of site to 'gh_pages' branch of git repository