This example uses the same route configuration as the basic JSX example, but uses server-side rendering for the initial page load and a custom Redux store. The server initially populates and dehydrates the Redux store, then the client rehydrates the server's state.
$ yarn
$ yarn start
Then open http://localhost:3000/ in your browser.