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
- Host: GitHub
- URL: https://github.com/joelhooks/egghead-react-redux-image-gallery
- Owner: joelhooks
- License: mit
- Created: 2016-03-20T19:41:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T16:17:00.000Z (over 9 years ago)
- Last Synced: 2025-03-08T16:35:50.460Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 80
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```