Deployed at: https://babazon-ssr-boilerplate.herokuapp.com
Server Side Rendering React Fiber React Router 4 Redux (Thunk) Isomorphic Javascript: Same Babel code on both Front and Back end Code Splitting Cache Busting SEO optimisation via react-helmet Materialise CSS
Just set your host's URL as process.env.HOST , otherwise the server won't act as proxy to your API server.
On heroku this is heroku config:set HOST=your-heroku-url
On aws this is eb setenv HOST=your-aws-url
Don't forget to set NPM_CONFIG_PRODUCTION=false via heroku config:set NPM_CONFIG_PRODUCTION=false