1.6.1 • Published 6 years ago

react-boilerplatinum v1.6.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

react-boilerplatinum

Last version Build Status Dependency status Dev Dependencies Status Donate

A React scaffold focused in developer experience.

npm.io

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.