general_posts/svelte-introduction
2024-06-27 14:04:18 -06:00
..
images Add svelte introduction code content 2024-06-27 14:04:18 -06:00
src Add svelte introduction code content 2024-06-27 14:04:18 -06:00
index.html Add svelte introduction code content 2024-06-27 14:04:18 -06:00
jsconfig.json Add svelte introduction code content 2024-06-27 14:04:18 -06:00
package.json Add svelte introduction code content 2024-06-27 14:04:18 -06:00
README.md Add svelte introduction code content 2024-06-27 14:04:18 -06:00
svelte.config.js Add svelte introduction code content 2024-06-27 14:04:18 -06:00
vite.config.js Add svelte introduction code content 2024-06-27 14:04:18 -06:00
yarn.lock Add svelte introduction code content 2024-06-27 14:04:18 -06:00

Svelte Introduction

This sample code is relate to the following blog post:

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:

yarn install
yarn dev

Demo

svelte todo component