A simple example of how to use create an isomorphic web app. Using React on both the server and client to display some data on a page.
node index.js
Node JSX is used to compile the JSX templates at run time on the server but you will need to run Gulp to compile the client bundle when editing the client or app.