https://github.com/elementsweb/boilerplate-redux-app
Boilerplate project for a React app with Redux
https://github.com/elementsweb/boilerplate-redux-app
boilerplate react redux redux-router redux-saga
Last synced: 3 months ago
JSON representation
Boilerplate project for a React app with Redux
- Host: GitHub
- URL: https://github.com/elementsweb/boilerplate-redux-app
- Owner: elementsweb
- License: mit
- Created: 2018-04-28T19:37:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T19:51:19.000Z (almost 8 years ago)
- Last Synced: 2025-07-23T00:44:12.429Z (8 months ago)
- Topics: boilerplate, react, redux, redux-router, redux-saga
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate Redux App
Project that's designed to be cloned when developing a new React application with Redux state management.
✔️ Redux for application state management
✔️ Redux Saga providing middleware for actions
✔️ Redux Router for managing routes (and `react-router-redux` for issuing route changes with actions)
## Usage
Run the application with `npm start` and navigate to http://localhost:3000.