Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.

adrienharnay/ssr-starter-pack

Repository files navigation

ssr-starter-pack

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.

Getting started

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:dev

To build in local

yarn run build:local
yarn start

To build for production modify package.json and run

yarn run build
yarn start

TODO: fix hot-reloading so we don't have to manually reload the page (though we don't have to rebuild)

Releases

No releases published

Packages

No packages published