This is a very simple example meant to demonstrate how server-side rendering of a React app can work. Check out the corresponding blog post.
Live Pages:
npm install // install dependencies
npm run build // build the JS for the browser
npm run serverrender // renders out pages in pure HTML