A template for minimal Express app with Babel, Webpack and React.
For development, run
npm install
npm start
npm run watch
then go to http://localhost:8080/
Client side React code lives in src/client/
and server side code lives in src/server
.