Articles on: Video Guides

How To Deploy Your Svelte App in 60 Seconds

Learn how to quickly deploy your Svelte app to the web.

Here are the steps on how to deploy a Svelte app:

Build your Svelte app by running npm run build. This will generate a public folder that contains all the files needed for your app.
Zip the public folder.
Go to Tinyhost and drag and drop the zipped folder into the website.
Choose a subdomain for your app.
Launch your app.
Your Svelte app is now live on the web! You can share it with anyone you want.

Updated on: 23/12/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!