Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 334 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 334 Bytes

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