Redux boilerplate is a minimum working environment for redux integrated in React.
Clone the project, or download the zip. Do npm install
and then type npm start
The app listens to localhost:3000
Structure:
- data: Holding the default state
- reducers: redux reducers
- actionCreators: the actions for this redux app
- store.js: The store of the application
- App.js: The root presentational component
- Main.js: Container component
- index.js: Rendering the app