Skip to content

maxh1t/react-ssr-basics-example

Repository files navigation

React SSR Basics Example

The example of a server-side rendered (SSR) React application.

This repository complements the article: Building Production-Ready SSR React Applications

Features

  • Implementation SSR
  • Routing
  • Production-Ready Setup

Run Project

Install Dependencies:

pnpm install

Development Mode:

pnpm dev

Production Mode:

pnpm build && pnpm start