https://github.com/tearlighting/express-ssr-sandbox
This is a minimal Express + React + SSR sandbox project
https://github.com/tearlighting/express-ssr-sandbox
cssmodules express less react ssr tailwindcss typescript webpack5
Last synced: 5 months ago
JSON representation
This is a minimal Express + React + SSR sandbox project
- Host: GitHub
- URL: https://github.com/tearlighting/express-ssr-sandbox
- Owner: tearlighting
- License: mit
- Created: 2025-07-01T00:37:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T02:50:59.000Z (10 months ago)
- Last Synced: 2025-08-07T04:26:31.467Z (10 months ago)
- Topics: cssmodules, express, less, react, ssr, tailwindcss, typescript, webpack5
- Language: TypeScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.en.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# express-ssr-sandbox
This is a minimal Express + React + SSR sandbox project including:
✅ Server Side Rendering (SSR)
✅ Hydration / Dehydration
✅ CSS (Less,Tailwind,CSS Modules)
✅ resource
✅ React Router for dynamic routing
✅ Match React to load data
✅ PrismJS for code highlighting
✅ API forwarding middleware example
✅ Hydration with Map
✅ Webpack configuration record
# 🚀 start
pnpm install
pnpm dev
pnpm build