Vite + React 19 + TypeScript のプロジェクトテンプレート
- React 19 (React Compiler 有効)
- Vite 8
- TypeScript 5.9
- Biome (Linter / Formatter)
- Husky (pre-commit hook)
- Claude Code GitHub Actions (コードレビュー / Issue対応)
- "Use this template" ボタンからリポジトリを作成
bun installbun run dev
bun run dev— 開発サーバー起動bun run build— ビルドbun run lint— Biome でリントbun run format— Biome でフォーマットbun run check:fix— Biome でリント+自動修正bun run preview— ビルド結果のプレビュー
AGENTS.md を参照