/reactjs-boilerplate

A simple but complete boilerplate for the Javascript version of Facebooks React. Ready with an ES6 compiler, Live-reload, SASS, Promise and JSX support. All using Webpack and managed by Node Package Manager.

Primary LanguageJavaScript

reactjs-boilerplate

A simple but complete boilerplate for the Javascript version of Facebooks React. Ready with an ES6 compiler, Live-reload, SASS, Promise and JSX support. All using Webpack and managed by Node Package Manager.

Clone this repository, simple installing the packages using the Node Package Manager ...

$ npm install

And use the following commands for building a production build or starting the develoment build and watch ...

$ npm run webpack-watch
$ npm run webpack-build

This package contains

  • ReactJS 15.4.2
  • React-DOM 15.4.2
  • Whatwg-fetch
  • Fastclick

Including Webpack2 with a wide variety of loaders and presets ready to use.

  • Webpack2
  • Babel Core
  • Babel Loader
  • Babel React Preset
  • Babel ES2015 Preset
  • CSS Loader
  • Sass Loader
  • Style Loader
  • URL Loader
  • File Loader
  • Webpack Livereload