An example of a server-side rendered (SSR) React application.
This repository complements the article: Setting Up Themes in SSR React Applications
- Light, Dark and System Themes
- Cookie-Based Theme Management
- Production-Ready Setup
Install Dependencies:
pnpm install
Development Mode:
pnpm dev
Production Mode:
pnpm build && pnpm start