A barebones starter kit for React/Redux projects.
$ git clone https://github.com/liampmccabe/react-redux-starter-kit.git
$ cd react-redux-starter-kit
$ npm install
$ npm run dev
$ npm run build
$ npm start
App structure is currently organised by feature.
.
├── app # Main app folder
│ ├── modules # Code by feature component/actions/reducers
│ ├── config # Store/reducers/routes
├── build # Used for development
├── dist # Used for production
- React
- React Router
- React Redux
- React Hot Reloader
- Redux
- Webpack
- Webpack Dev Server