Isomorphic App Demo

Adapted from universal example from redux official examples

Demo app

This shows routing on the client and the server with react-router. Navigation uses history pushes on the client but browser refresh will render the current page correctly on the server.

Usage

First install dependencies

npm install

And run development env

$ npm run dev

Open http://localhost:3000