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 installDevelopment Mode:
pnpm devProduction Mode:
pnpm build && pnpm start