This project is an application replicating the Gem Store AngularJS application from [Code School][1].
To get you started you can simply clone the angularjs-codeschool repository and install the dependencies:
You need git to clone the angularjs-codeschool repository. You can get it from http://git-scm.com/.
We also use a number of node.js tools to initialize and test angularjs-codeschool. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
Clone the angular-seed repository using [git][git]:
git clone https://github.com/mleonelli/angularjs-codeschool.git
cd angularjs-codeschool
The application is based over angular-seed template project. Follow instruction on [angular-seed page][2] to run and test application. [1]: http://campus.codeschool.com/courses/shaping-up-with-angular-js [2]: https://github.com/angular/angular-seed