Getting started
-
clone the repo
git@github.com/cra-ssr/example.git
-
install dependencies
cd cra-ssr-example
yarn
then
cd server
yarn
-
build the client side app
yarn build
from project root -
start the server with ssr
yarn start-ssr
from project root