This starter pack is designed to be a simple solution to start a React project with Server Side Rendering, or to help you integrate it into an existing project.
You can find some detailed explanations on my blog.
To use npm replace yarn with npm
git clone https://github.com/Zephir77167/ssr-starter-pack.git
cd ssr-starter-pack
yarn install
yarn run start:devTo build in local
yarn run build:local
yarn startTo build for production modify package.json and run
yarn run build
yarn startTODO: fix hot-reloading so we don't have to manually reload the page (though we don't have to rebuild)