Skip to content

The barebones needed to run an application containing react, redux, es6 with babel and Webpack

Notifications You must be signed in to change notification settings

jpsierens/barebones-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones React - Redux - ES6 - Webpack boilerplate

The barebones needed to run an application containing react, redux, es6 with babel and Webpack

run

npm start

The project already contains a good structure for building react apps with redux:

  • actions dir where you can put your redux actions
  • component dir to put your presentational components
  • container dir for container components
  • reducers dir for your reducers

index.js is your starting point, that's where the Root component is defined.

About

The barebones needed to run an application containing react, redux, es6 with babel and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published