This is a starter boilerplate for get up and running
react-redux apps using the following technologies:
- React
- React Router
- Express
- Babel for ES6 and ES7 magic
- Webpack for bundling
- Webpack Dev Middleware
- Webpack Hot Middleware Flux implementation
- React Router Redux Redux/React Router bindings.
- Reduxi Redux's futuristic Flux implementation
- ESLint to maintain a consistent code style
- style-loader, sass-loader and import of stylesheets in plain css, sass.
- mocha to allow writing unit tests for the project.
- enzyme to allow writing unit tests for the project.
- material-ui Google's Material Design with React component.
npm install
npm run dev -s
npm run build
npm run start