react-boilerplatinum

Boilerplate for ReactJS project with hot code reloading


Keywords
boilerplate, edit, hmr, hot, live, react, reactjs, reload, webpack, developer-experience, dx, production-ready
License
MIT
Install
npm install react-boilerplatinum@1.6.1

Documentation

react-boilerplatinum

Last version Build Status Dependency status Dev Dependencies Status Donate

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 and main.

It's inspired by react-hot-boilerplate.

License

MIT © Kiko Beats.