This project was bootstrapped with Create-React-App. Built the React components, added to the supplied CSS and set up react-router-4 for the routing. Fetches data from the Flickr API.
Clone the GitHub repository & use npm
to install the dependencies.
$ git clone [email protected]:apalm112/FSJS-Gulp-Built-Front-End-Website.git
$ npm install
const flickrAPI = '<Flickr API key>';
- Run the app from the command line with:
$ npm start