svelte-todo-list

Svelte Todo List

Svelte todo list demo

Svelte Todo List

Introduction

This app is a simple todo list created with Svelte to try out this framework.

-- Demo --

How to start with Svelte

You can easily start with Svelte using a project template. For full instructions, visit the Svelte template GitHub page

This project is created using degit.

npx degit sveltejs/template svelte-app
cd svelte-app

How to run

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Top categories

Loading Svelte Themes