Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 373 Bytes

React Flickr Viewer Webapp

This is a simple web app that uses Bootstrap V4, React, and Redux to search and display photos with flickr's public API.

Installation

run npm install for the required dependencies

Running/building

use the command npm start to launch a webpack-dev-server

npm run build will bundle the final html and javascript file for the project.