An example Universal ReactJS application
Written for 24ways. Go read the blog post :)
$ git clone https://github.com/jackfranklin/universal-react-example.git
$ cd universal-react-example
$ npm install
$ npm run build
$ npm start
$ open http://localhost:3003