This directory is a brief example of a Svelte site that can be deployed to Vercel with zero-configuration. If you need to use API Routes, we recommend using our SvelteKit example.
Live Example: https://svelte.vercel.app
npm create vite@latest my-svelte-project
cd my-svelte-project
npm install
npm run dev
Check out SvelteKit, which is also powered by Vite. Deploys seamlessly to Vercel, with out of the box support for TypeScript, SCSS, and Less, and easily-added support for mdsvex, GraphQL, PostCSS, Tailwind CSS, and more.