React Router
Using scn-stack with React Router v7.
Overview
React Router v7 with SSR support. Good for projects that want server rendering without the full Next.js ecosystem.
What You Get
- React Router v7 with file-based routing
- Vite 6 as the build tool
- Tailwind v4 with
@tailwindcss/vite - shadcn v3 registry build system
Documentation
Uses Starlight for docs (separate docs/ directory), since Fumadocs requires Next.js.
Development
pnpm dev # Start dev server
pnpm build # Production build
pnpm registry:build # Build registry JSON
pnpm start # Start production server