Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebozkurt93/wes-bos-learn-redux-course
https://github.com/ebozkurt93/wes-bos-learn-redux-course
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebozkurt93/wes-bos-learn-redux-course
- Owner: ebozkurt93
- Created: 2019-02-16T21:03:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T21:17:45.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T20:16:32.264Z (about 2 months ago)
- Language: JavaScript
- Size: 54.7 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.