-
React for Beginers: Creating an Isomorphic React App
https://codingbox.io/react-for-beginners-creating-isomorphic-react-redux-app-and-deploying-it-on-heroku-6a313f8f3693
An in-depth article describing an isomorphic project configuration and deployment -
React.js: Server side rendering
http://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering/
An example of setting up server rendering using React-Router and Express -
Build a Universal Javascript App
https://www.packtpub.com/books/content/build-universal-javascript-app-part-1
https://www.packtpub.com/books/content/build-universal-javascript-app-part-2
A tutorial that discusses some benefits of building a universal app, and walks through building an app with Express, React, and React Router.