Todo List App in Svelte
live demo of the App
Prerequisites
Getting Started
- Clone the repository.
- Install dependencies by running
npm install
.
- Run the application by running
npm start
.
- Open the browser and navigate to
http://localhost:3000
.
- You should see a Todo List App :)