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
- Host: GitHub
- URL: https://github.com/shahen94/react-instagram-feed
- Owner: shahen94
- Created: 2016-10-09T15:37:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T15:39:58.000Z (over 8 years ago)
- Last Synced: 2025-04-19T03:35:04.631Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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