As presented at Upfront #62 (Nov 10th, 2015) by Benjamin Kampmann. Slides available on slides.com .
Just clone this repo and change the origin
git remote.
npm install
# start the webpack-dev-server
npm run hot-dev-server
# wait for the first compilation is successful
# open this url in your browser
http://localhost:2992/
Copyright (c) 2015 Benjamin Kampmann
Based on webpack/react-starter by Tobias Koppers