React starter kit for rapid web application development with modern JavaScript tooling.
Boilerplate with React 16, Redux, React-Router, Webpack, Babel, Browsersync, hot module reloading, Jest+Enzyme testing, ESLint, and SASS. Includes a fuel savings calculator example app.
- One-command startup with
npm start - Hot reloading on file saves
- Integrated linting and testing (Jest + Enzyme)
- Automated production builds
- Multi-device testing (Browsersync)
- ES6 transpilation (Babel)
- Example fuel savings calculator app
| Layer | Technology |
|---|---|
| Framework | React 16, Redux, React-Router |
| Build | Webpack, Babel |
| Testing | Jest, Enzyme |
| Styling | SASS, PostCSS |
| Dev | Browsersync, HMR |
| Linting | ESLint |
npm install
npm start
# Open http://localhost:3000MIT