A simple web application that reads data from Flickr's public feeds and displays the images on the page to the user.
- Install Node.js
- Install Angular CLI:
npm i -g @angular/cli
- From project root folder install all the dependencies:
npm i
Run ng test
to execute the frontend unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Run ng testbe
to execute the back end tests via [Mocha] (https://mochajs.org/)
Front end generated from Angular CLI. All the scripts in TypeScript. RxJS library is used for loading the feeds