Deployment
This template is a static Vite + React app.
You can host it on any static provider such as Vercel, Netlify, or GitHub Pages.
Static Build
Generate a production-ready build:
yarn build
yarn previewbuild→ outputs static files to/distpreview→ runs a local server to verify the build
Serve /dist using any static hosting.
Vercel (Recommended)
Push your project to GitHub
Go to vercel.com → Import Project
Choose Framework Preset: Other
Set build command:
npm run buildSet output directory:
dist/Deploy 🚀
Vercel will automatically detect changes and rebuild on every push.
Last updated on