Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Kikobeats/react-boilerplatinum

Repository files navigation

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.