1️⃣ Install dependencies (first time only) npm install
2️⃣ Start the Vite development server npm run dev You’ll see output like:
VITE v5.x ready in 300 ms
➜ Local: http://localhost:5173/ Open that link in browser.
3️⃣ If project not created yet
Create new Vite app: npm create vite@latest or npm create vite@latest my-app cd my-app npm install npm run dev