This is just tiny example project template, which provides one way of creating Isomorphic apps with React. This also shows simple way how to separate the Authenticated user data from the server generate DOM so you can safely cache the rendered to to frontend servers (varnish, etc.).
First install the commit hooks
./scripts/installDevGitHooks.sh
Then install all the dependencies
npm install
npm run test-web
npm run test-server
Project uses Mocha test framewowrk with Should.js assertions. Support for Mocks and Spying with Sinon. If using Sinon you should require the "sinon-cleanup.js" script in your test file for Automatic cleanup support.
npm run site-dev
Goto localhost:8080
npm run site-publish
https://github.com/facebook/react https://github.com/goatslacker/alt https://github.com/goatslacker/iso