vite-react-setup

Automate Vite, React, and TypeScript project setup with bun.

2|1|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/neozenith/agentic-dotfiles --skill vite-react-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite-react-setup
Source: https://github.com/neozenith/agentic-dotfiles/tree/main/skills/vite-react-setup
Command: npx skills add https://github.com/neozenith/agentic-dotfiles --skill vite-react-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, tailwindcss, shadcn, vitest, playwright, biome, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the setup of modern Vite + React + TypeScript projects, reducing the time and complexity of initializing a new development environment.

Core Features & Use Cases

  • Automated Project Scaffold: Quickly create a production-ready project with Vite, React, TypeScript, Tailwind CSS, shadcn/ui, Vitest, Playwright, and Biome.
  • Integrated Development Tools: Includes a complete set of development tools and configurations to facilitate efficient development.
  • Use Case: Ideal for developers looking to start a new Vite + React project with modern tooling, or for existing projects that need to be updated to use the latest standards.

Quick Start

Set up a new Vite React project with:

bun .claude/skills/vite-react-setup/setup-vite-react.ts my-project-name

Frequently Asked Questions about vite-react-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the setup of a Vite, React, and TypeScript project?

Automate Vite, React, and TypeScript project setup by running the setup script via bun, which scaffolds dependencies, tooling, and GitHub Actions workflows for modern web applications.

What is included in a modern Vite React TypeScript project scaffold?

A modern Vite React TypeScript scaffold includes Tailwind CSS, shadcn/ui, Vitest, Playwright, and Biome configurations to provide a complete, production-ready development environment.

Do I need bun to set up a Vite and React project?

Yes, you need bun installed because the Vite React setup process specifically requires bun as the runtime and package manager to execute the automated setup script.

Can I configure shadcn/ui and Tailwind CSS automatically with Vite?

Yes, you can configure shadcn/ui and Tailwind CSS automatically with Vite because the setup script integrates these dependencies along with other development tools.

Does the Vite React setup include GitHub Actions workflows?

Yes, the Vite React setup includes GitHub Actions workflows, automating the configuration of CI pipelines alongside the core dependencies and development tools.

What's the best way to add Vitest and Playwright to an existing Vite React project?

The best way to add Vitest and Playwright to an existing Vite React project is running the setup script, which updates projects to use the latest testing and tooling standards.