Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwieruch/react-redux-tutorial-starter-kit
Starter kit application for the React Redux tutorial for beginners
https://github.com/rwieruch/react-redux-tutorial-starter-kit
react-redux react-redux-starter-kit
Last synced: 2 months ago
JSON representation
Starter kit application for the React Redux tutorial for beginners
- Host: GitHub
- URL: https://github.com/rwieruch/react-redux-tutorial-starter-kit
- Owner: rwieruch
- Created: 2018-10-10T03:25:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:58:12.000Z (about 6 years ago)
- Last Synced: 2024-11-01T11:34:36.426Z (3 months ago)
- Topics: react-redux, react-redux-starter-kit
- Language: JavaScript
- Homepage: https://www.robinwieruch.de/react-redux-tutorial-for-beginners
- Size: 277 KB
- Stars: 20
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-tutorial-starter-kit
[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
Starter kit for getting you started with the [React Redux Tutorial for Beginners](https://www.robinwieruch.de/react-redux-tutorial-for-beginners).
## Installation
* `git clone [email protected]:rwieruch/react-redux-tutorial-starter-kit.git`
* cd react-redux-tutorial-starter-kit
* npm install
* npm start
* visit `http://localhost:3000`## Want to learn more about React + Redux?
* Don't miss [upcoming Tutorials and Courses](https://www.getrevue.co/profile/rwieruch)
* Check out current [React Courses](https://roadtoreact.com)