Following example requires that node.js is installed and npm is available.
Full working code can be forked from GitHub @ https://github.com/mikkoviitala/angular-grunt-run-local
Usually one of the first things you want to do when developing new web application is to make it run locally.
Below ...