joeykamsteeg / 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.

Home Page:https://jeffreylanters.nl/reactjs-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://jeffreylanters.nl/reactjs-boilerplate


Languages

Language:JavaScript 85.6%Language:CSS 8.4%Language:HTML 5.9%