This is an unofficial update to the fantastic react-webpack-express boilerplate created by mixxen. It now utilizes ES6, React Router, React Bootstrap, Alt, and Sass in addition to Express and Webpack.
Isomorphic Rendering, Webpack-Hot-Module-Replacement
git clone https://github.com/mixxen/react-webpack-express.git myapp
cd myapp
npm install
npm run build
npm run server
open http://localhost:3000
Use npm start
to run webpack watch.
MIT