Here is a summary of starter kits and documentation I went through when deciphering this puzzle.
NOTE: May become instantaneously out of date.1.
https://github.com/RickWong/react-isomorphic-starterkit
- Yes isomorphic
- Yes HMR server
https://github.com/davezuko/react-redux-starter-kit
- Testing
- No isomorphic
https://github.com/erikras/react-redux-universal-hot-example
- Testing
- Yes isomorphic
- Yes HMR server (Not sure how—webpack-isomorphic-tools?)
https://github.com/jlongster/react-redux-universal-hot-example
- Testing
- Yes isomorphic
- Yes HMR server (Not sure how—webpack-isomorphic-tools?)
- Fork of erikras
https://github.com/rackt/redux/tree/master/examples/universal
- Yes isomorphic
- No HMR server
http://jlongster.com/Backend-Apps-with-Webpack--Part-I
http://jlongster.com/Backend-Apps-with-Webpack--Part-II
http://jlongster.com/Backend-Apps-with-Webpack--Part-III
https://github.com/jlongster/backend-with-webpack
https://github.com/webpack/hot-node-example
https://github.com/webpack/docs/wiki/hot-module-replacement
https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener
http://stackoverflow.com/a/12907165/1438446