react-redux-starter
v2.0.4
Published
Starter pack for React + Redux + Webpack projects
Downloads
4
Readme
React + Redux starter
This project includes a basic starter boilerplate for our React + Redux + React Router projects, using webpack as a build system and babel for transpilation.
Getting Started
npm install
npm run dev
Browse to http://localhost:9000
.
Development
npm run dev
This will start a webpack dev server with hot reloading at
http://localhost:9000
.
Production
npm run build
This will build and uglify files to dist/
ready to push to production.
Includes
- react - for rendering
- react-router - for routing
- redux - for state management
- react-redux - for react + redux
- redux-actions - for FSA redux actions
- redux-logger - for state logging
- redux-thunk - for async actions
- react-hot-loader - for them hot loadz
- webpack - to build it
- webpack-dev-server - to see it
- babel - to transpile es6
- mocha + must - for testing
Todos
- Configure react-devtools