Skip to content

mihailgaberov/mickey-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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