Skip to content

Latest commit

 

History

History

README.md

The React Server Website

Check it out: https://react-server.io

Running locally

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.

Running with Docker Compose

See Running with Docker Compose to learn how to run the full fleet of services locally in a way that is similar to production.