
This article discusses the companion repo to the YouTube talk on building a Svelte project using create-svelte. It provides instructions on creating a project, developing it, and building a production version of the app. The article also mentions the possibility of installing an adapter for deployment.
This article highlights the companion repo for the YouTube talk on creating a Svelte project using create-svelte. It provides instructions for project creation, development, and building a production version of the app. The article also mentions the possibility of installing an adapter for deployment.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects