https://github.com/dielduarte/reduxstagram
example of learn-redux course
https://github.com/dielduarte/reduxstagram
Last synced: 7 months ago
JSON representation
example of learn-redux course
- Host: GitHub
- URL: https://github.com/dielduarte/reduxstagram
- Owner: dielduarte
- Created: 2017-03-14T03:13:43.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T02:32:20.000Z (about 5 years ago)
- Last Synced: 2025-02-25T02:44:39.541Z (12 months ago)
- Language: JavaScript
- Size: 14.6 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.