Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 700 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 700 Bytes

Mickey's Gallery

A media gallery app build with React, Redux and Saga, using Flickr API.

Demo

https://mickey-gallery.herokuapp.com/

Running The App

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. To run the app:
npm run start
  1. To run only the tests:
npm run test
  1. Browse to http://localhost:3000 to see the app.

  2. To build and deploy to Heroku:

npm run build
git push heroku master