Vite banner
marclove marclove

Vite

Development community

Description

--- name: Vite Dev Server description: Manages client dev server with HMR, proxy, and watch filters. --- # Vite Dev Server Usage - Run client (with server concurrently): `just start` - Preview built client: `just preview-web` - Quick health check: `just verify` (starts/stops dev, checks /health and /api/health) Notes - Proxy `/api/*` to Node server; update in `vite.config.ts`. - Watches `src/`, ignores tests/, dist/, build/, coverage/, docs, .github.

Installation

Installs to ~/.claude/agents/marclove-typeforge-vite.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/agents/vite.md -o ~/.claude/agents/marclove-typeforge-vite.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository