Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 967 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 967 Bytes

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