- Install npm dependencies --
npm install
- Start webpack and the dev server --
npm start
- Open browser at localhost:8080
There are two branches in this repo, master
and no-server-side-rendering
. master
is a full isomorphic implementation,
while no-server-side-rendering
is just that, your normal react app with no SSR. You can compare the changes required to make
the application isomorphic by looking at the compare diff here:
https://github.com/jzywien/isomorphic-js-react/compare/no-server-side-rendering?expand=1.