Check it out: https://react-server.io
Start your server:
$ git clone git@github.com:redfin/react-server.git
$ cd react-server
$ npm run bootstrap
$ cd packages/react-server-website
$ npm run build-assets
$ npm start
Then visit http://localhost:3010.
See Running with Docker Compose to learn how to run the full fleet of services locally in a way that is similar to production.