building react application that will rendered on server side
- Clone this repo using
git clone https://github.com/gloompi/ssr-react-app.git
- Move to the appropriate directory:
cd ssr-react-app
. - Run
yarn
in order to install dependencies and clean the git repo.
At this point you can runyarn run start
to see the example app athttp://localhost:3000
.
Now you're ready to rumble!