Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 444 Bytes

ssr-react-app

building react application that will rendered on server side

Quick start

  1. Clone this repo using git clone https://github.com/gloompi/ssr-react-app.git
  2. Move to the appropriate directory: cd ssr-react-app.
  3. Run yarn in order to install dependencies and clean the git repo.
    At this point you can run yarn run start to see the example app at http://localhost:3000.

Now you're ready to rumble!