mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
806 B
806 B
Svelte
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.
Deploy Your Own
Live Example: https://svelte.vercel.app
Getting Started
npx degit sveltejs/template my-svelte-project
cd my-svelte-project
npm install
npm run dev
Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.