Small example for helping you to get started with isomorphic applications with Omniscient and React.
$ git clone https://github.com/omniscientjs/isomorphic-omniscient-example.git
$ cd isomorphic-omniscient-example/
Install dependencies
$ npm install
Build and run server:
$ npm run build
$ npm start
Feel free to expand on the example and send a Pull Request.