Angular.js client consumin Facker-news API
- Get [Node.js][node-download].
- Install the tool dependencies (
npm install
).
The following docs describe how you can test and develop further this application.
Node.js tools used :Bower, Karma and Protractor. You can install these by running:
npm install
This will also run bower
- Run
npm start
- navigate your browser to
http://localhost:8000
to see the app running in your browser.