React starter project featuring es6 and react transpiling with babel and hot reloading using the webpack dev server.

The process for making this starter project is described here.

Usage

  1. Clone repository

  2. Run npm install in project root.

  3. Run npm start in project root.

  4. Go to http://localhost:8080/

  5. Edit index.js for hot reloading.