This is a clone of found-relay's example but using react-relay-network-modern plus SSR middleware.
yarn install
yarn startThen point your browser at http://localhost:8080/.
- Most of the code is taken directly from the official example and falls under the license there.
- The
yarn installcommand runs webpack-dev-server, and accepts other options, e.g.yarn start --port 5000.