Skip to content

Latest commit

Β 

History

History
23 lines (15 loc) Β· 345 Bytes

File metadata and controls

23 lines (15 loc) Β· 345 Bytes

Svelte Todo List App

πŸ”— Project files for Svelte Todo App

Setup

πŸ§‘β€πŸ€β€πŸ§‘ Clone the project

git clone https://github.com/JoysOfCode/svelte-todo.git

πŸ“¦οΈ Install dependencies

npm i

πŸ¦„ Start the project and open http://localhost:3000/

npm run dev