# Svelte Introduction This sample code is relate to the following blog post: - https://thecodebranch.com/posts/svelte/why-svelte Here, we showcase a simple todo component that highlights some basic features Svelte. It also uses a development server called Vite, which helps to facilitate local development and project bundling. For example, it provides hot-reloading capabailities, local server proxying, and more! ## Setup Navigate to this directory and run: ```bash yarn install yarn dev ``` ## Demo ![svelte todo component](./images/todo-component.png "Svelte Todo Component")