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

https://github.com/shahen94/react-instagram-feed

React, Redux, Redux-Saga, Redux-Actions ... Instagram Feed Example
https://github.com/shahen94/react-instagram-feed

Last synced: 29 days ago
JSON representation

React, Redux, Redux-Saga, Redux-Actions ... Instagram Feed Example

Awesome Lists containing this project

README

        

# React-Redux Instagram Feed Example

## Contains

- [x] [Webpack](https://webpack.github.io)
- [x] [React](https://facebook.github.io/react/)
- [x] [Redux](https://github.com/reactjs/redux)
- [x] [Babel](https://babeljs.io/)
- [x] [Autoprefixer](https://github.com/postcss/autoprefixer)
- [x] [PostCSS](https://github.com/postcss/postcss)
- [x] [CSS modules](https://github.com/outpunk/postcss-modules)
- [x] [Rucksack](http://simplaio.github.io/rucksack/docs)
- [x] [React Router Redux](https://github.com/reactjs/react-router-redux)
- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
- [x] [Redux Saga](http://yelouafi.github.io/redux-saga)

## Setup

```
$ npm install
```

## Running

```
$ npm start
```

## ESLint

```
$ npm run lint
```

## ESLint Fix

```
$ npm run lint:fix
```

## Build

```
$ npm run build
```

# License

MIT