Main objective to learn AngularJS how to implement and create a single page app site using angularJS route. The exercise is from https://www.airpair.com/angularjs/building-angularjs-app-tutorial
Second exercise is to learn more about creating a simple sports-feed app, based on an external API. The source of the tutorial is from http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app
To run the project you need:
Run grunt server
to view exercise one.
Run grunt server-ex2
to view exercise two.