react-scaffold
Installation
SKILL.md
React Project Scaffold
Overview
Bootstrap a React/Vite/Bun frontend with feature-based architecture, Vitest + testing-library, typed API client, and production Docker build.
Core principle: Feature modules with co-located tests. Type-safe API layer from day one.
Setup
bun create vite project-name --template react-ts
cd project-name
bun add @tanstack/react-query axios
bun add -d vitest @testing-library/react @testing-library/jest-dom @testing-library/user-event happy-dom msw