bash npm install
yarn install
pnpm install
bun install
Then, run the development server:
bash npm run dev
yarn dev
pnpm dev
bun dev
Open http://localhost:5173 with your browser to see the result. You can start editing the page by modifying src/App.tsx (or src/App.jsx). The page auto-updates as you edit the file thanks to Vite's Hot Module Replacement (HMR). Learn More To learn more about Vite, take a look at the following resources:
Vite Documentation - learn about Vite features and API. Vite Guide - an interactive guide to get started with Vite.
You can check out the Vite GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel The easiest way to deploy your Vite app is to use the Vercel Platform. Check out the Vite deployment documentation for more details.