Skip to Content
Found it useful? Support us with a 5 ⭐ review on ThemeForest!
Deployment

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 preview
  • build → outputs static files to /dist
  • preview → runs a local server to verify the build

Serve /dist using any static hosting.


Push your project to GitHub

Go to vercel.com Import Project

Choose Framework Preset: Other

Set build command:

npm run build

Set output directory:

dist/

Deploy 🚀

Vercel will automatically detect changes and rebuild on every push.

Last updated on