webpack2 react starter

All you need, none you don't. Sensible starter to try react with webpack 2 that deploys straight to github pages

Usage

  1. clone this repo
git clone THIS_GIT_REPO_URL
  1. install dependencies using npm or yarn
npm install

or

yarn install
  1. start development server and code
npm start

build and deploy with github pages

Github pages support hosting your site in a docs directory within your repo. Simply run the following command to build your site into docs directory and update the source setting on github.

npm run build

tests

npm test