Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 497 Bytes

File metadata and controls

31 lines (20 loc) · 497 Bytes

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