StevenChoo / svelte-todo-list

Svelte todo list demo

Home Page:https://svelte-todo-list.stevenchoo.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte Todo List

Introduction

screenshot Svelte Todo List

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.

About

Svelte todo list demo

https://svelte-todo-list.stevenchoo.now.sh/


Languages

Language:HTML 82.1%Language:JavaScript 13.8%Language:CSS 4.1%