Deploy Svelte with Vercel

Create a Svelte app and deploy it live with Vercel.

Svelte is a radically new approach to building user interfaces.

Step 1: Set Up Your Svelte Project

Set up a Svelte app with npx and move into the project directory:

npx degit sveltejs/template my-svelte-project && cd my-svelte-project

Initializing a Svelte app with npx and moving into the project directory.

Step 2: Deploying Your Svelte App with Vercel

To deploy your Svelte app with a Vercel for Git, make sure it has been pushed to a Git repository.

Import the project into Vercel using your Git of choice:

After your project has been imported, all subsequent pushes to branches will generate Preview Deployments, and all changes made to the Production Branch (commonly "main") will result in a Production Deployment.

Once deployed, you will get a URL to see your app live, such as the following: https://svelte.now-examples.now.sh

Set up a Svelte app with a few clicks using the Deploy button, and create a Git repository for it in the process for automatic deployments for your updates.



Written By
Written by mcsdevmcsdev
Last Edited on July 17th 2020