React & Redux generator, no server side.
The main app generator is working, the others need work. Any contributions are welcome.
- Working empty React & Redux application
- Webpack & Webpack Dev Server
- ES7+ powered by Babel, ESLint and prettier
- Jest setup
- PostCSS, Autoprefixer, SASS, CSS and JS minification
Optionally
- Seperate reducers for every mayor UI component into its own
section
- Separate reducer for entities
- Bootstrap 3 ported to React
- Thunks
- Data normalization with normalizr
- Redux form
- HOC to set React components to be loading
- HOC to set React components to have an error
- Pre-Reducer for mayor UI components that can be loading or have an error
- Webpack Dashboard
git clone https://github.com/MarcoScabbiolo/generator-react-app-redux.git
cd generator-react-app-redux
npm install
npm link
Install Yeoman if you don't have it yet.
Run the generator:
yo react-app-redux
If there's something you don't like about the generated proyect please share your thoughts!