sonukry / f1feeder-part2

That's the application code for part 2 of my AngularJS tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F1FeederApp-Part2

Getting Started

All you need to do is to clone this repository,

git clone https://github.com/raonibr/f1feeder-part2
cd f1feeder-part2

Then, install all the dependencies:

npm install
bower install

Then, run the Application:

grunt serve

And to run the tests:

grunt test

About

That's the application code for part 2 of my AngularJS tutorial.