react + es6 + webpack boilerplate My standard setup for small React projects - NOT intended for production Requirements npm/NodeJS (v6.0.0+) Installation npm install npm start (alternatively, npm run build to build bundle without starting the server) Navigate to http://localhost:3005