frontend-shadcn
Installation
SKILL.md
Frontend ShadCN Stack
Modern React frontend stack:
- Vite - Build tooling
- React 19 - UI framework
- TypeScript - Type safety
- Tailwind CSS v4 - Utility-first styling (
@tailwindcss/viteplugin) - shadcn/ui - Component library (New York style)
- React Router v7 - Client-side routing
Environment Setup
Use asdf to manage Node.js versions:
# Install Node.js plugin (one-time)
asdf plugin add nodejs