Skip to content

eriknyk/redux-universal-app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published