Skip to content

SteliosVoskos/redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimum working redux environment integrated with react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published