react-spa-vite
Installation
SKILL.md
React SPA Vite
Create a production-ready static React SPA and keep decisions consistent.
Workflow
- Confirm required inputs:
- App name
- Package manager (
pnpmpreferred) - Need for PWA and offline support
- Need for SRI hardening
- Need for image optimization
- Need for optional testing setup (Vitest, Playwright, both, or none)
- Initialize the project with Vite React SWC TypeScript template.