react-vite

Installation
SKILL.md

React Vite Development

Fast React SPA development with Vite.

Instructions

1. Project Structure

src/
├── main.tsx           # Entry point
├── App.tsx            # Root component
├── components/
│   ├── ui/            # Reusable UI
│   └── features/      # Feature components
├── hooks/             # Custom hooks
├── lib/               # Utilities
├── pages/             # Page components
├── store/             # State management
Related skills
Installs
22
First Seen
Feb 3, 2026