Quick start
This guide gets you from zero to a running Vite Deploy dev server. Pick New project to scaffold a starter for your host, or Existing project if you already have a Vite app.
New project
Section titled “New project”-
Download a basic template for your favorite host:
Terminal window npx giget@latest gh:web-runes/vite-deploy/examples/cloudflare-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/netlify-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/node-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/vercel-server -
Install dependencies:
Terminal window npm installTerminal window pnpm installTerminal window yarn install -
Start the development server:
Terminal window npm run devTerminal window pnpm devTerminal window yarn dev
Existing project
Section titled “Existing project”Already have a Vite project? Each adapter ships a manual install guide that walks through adding it to an existing config:
Next steps
Section titled “Next steps”Once your dev server is running:
- Pick an output mode (static, server, or hybrid) depending on whether you want SSG, SSR, or both.
- Follow the deployment guide for your host to ship to production.
- Browse the integration guides to wire Vite Deploy up with Hono, Express, or TanStack Start.
Examples
Section titled “Examples”We have a few examples you can check out on GitHub.