← ClaudeAtlas

frontend-vite-reactlisted

Use when starting a new React single-page front end: create a Vite single page app with React and TypeScript as the front end foundation.
sarmakska/slipstream · ★ 1 · Web & Frontend · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Create a Vite single page app with React and TypeScript as the front end foundation. ## Steps 1. Run `pnpm create vite@latest {{appName}} -- --template react-ts`. 2. Install dependencies with `pnpm --dir {{appName}} install`. 3. Commit the scaffold before adding features so you have a clean baseline. ## Verify Run `pnpm --dir {{appName}} build` and confirm a `dist/` directory is produced with a zero exit code.