Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 566 Bytes

File metadata and controls

33 lines (21 loc) · 566 Bytes

Isomorphic Omniscient & React

Small example for helping you to get started with isomorphic applications with Omniscient and React.

Running the example

$ 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

Open http://localhost:8000

Contributing

Feel free to expand on the example and send a Pull Request.