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
- Host: GitHub
- URL: https://github.com/flexbox/learn-redux
- Owner: flexbox
- Created: 2017-09-18T12:59:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T20:38:57.000Z (over 8 years ago)
- Last Synced: 2025-01-10T03:19:07.126Z (about 1 year ago)
- Topics: es6, example-project, react, redux
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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