/cra-ssr-example

simple react app with ssr for a job application

Primary LanguageJavaScript

Getting started

  1. clone the repo git@github.com:shalkam/cra-ssr-example.git

  2. install dependencies

cd cra-ssr-example
yarn

then

cd server
yarn
  1. build the client side app yarn build from project root

  2. start the server with ssr yarn start-ssr from project root