An open API service indexing awesome lists of open source software.

https://github.com/joelhooks/egghead-react-redux-image-gallery


https://github.com/joelhooks/egghead-react-redux-image-gallery

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# egghead-redux-image-gallery
> This is an extension of the [redux-sage beginner tutorial](http://yelouafi.github.io/redux-saga/docs/introduction/BeginnerTutorial.html) from [Yassine Elouafi](https://github.com/yelouafi) who created [redux-saga](https://github.com/yelouafi/redux-saga) for us.

:star: Check out **[my blog post](http://joelhooks.com/blog/2016/03/20/build-an-image-gallery-using-redux-saga/)** that details this repository.

# Instructions

Setup

```
// clone the repo
git clone https://github.com/joelhooks/egghead-react-redux-image-gallery.git

cd egghead-react-redux-image-gallery

npm install
```

Run the demo

```
npm start
```

Run tests

```
npm test
```