An open API service indexing awesome lists of open source software.

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

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