https://github.com/mblode/learn-redux
https://github.com/mblode/learn-redux
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/learn-redux
- Owner: mblode
- Created: 2017-09-24T10:07:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T10:08:26.000Z (over 8 years ago)
- Last Synced: 2025-02-07T20:28:52.915Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learn Redux
A simple React + Redux implementation. This will be turned into a free video series once the app is totally fleshed out.
## Running
First `npm install` to grab all the necessary dependencies.
Then run `npm start` and open in your browser.
## Production Build
Run `npm build` to create a distro folder and a bundle.js file.