/BoilerplateReactSetup

Boilerplate React setup for rapid front-end development (ES6 support, Minification, Image Optimization, etc.)

Primary LanguageJavaScript

Boilerplate React Repo

Boilerplate repo. for React development. Sets up webpack fully configured for grab and go development.

Usage

  1. git clone this repo (or download as zip and exctract)
  2. npm install
  3. npm run start

Credits

Built following the Webpack tutorial by Indrek Lasn. Full credits to the author of that tutorial. I'll probably add my own additions to this overtime but for now it's pretty much exactly following his in a format I can understand a bit better.