A React scaffold focused in developer experience.
The premise of this React scaffolding is provide the best development experience but also with the best production tips.
About development:
- Real time coding feedback with DevTools errors overlay.
- Device synchronization for mobile testing using BrowserSync.
- JavaScript transpiling by Babel and latest preset by default.
- Stylesheets transpiling by PostCSS.
About production:
- JS, CSS & HTML minification.
- Offline Support using ServiceWorkers.
- Remove unused CSS and autoprefix vendors.
- Final bundle split into
vendor
andmain
.
It's inspired by react-hot-boilerplate.
MIT © Kiko Beats.