Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 423 Bytes

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 :)