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

https://github.com/flexbox/learn-redux

⚛️ Instagram app clone working with React + Redux + Router
https://github.com/flexbox/learn-redux

es6 example-project react redux

Last synced: 2 months ago
JSON representation

⚛️ Instagram app clone working with React + Redux + Router

Awesome Lists containing this project

README

          

# learn-redux

> A simple React + Redux implementation

## Getting started

$ npm install

## Browser preview – _[http://localhost:7770](http://localhost:7770)_

$ npm start

## Production Build

Create a `bundle.js` file with

$ npm build