Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 217 Bytes

Svelte to-do list

Setup

Use NodeJS 20.16 and Install dependencies with npm install.

Run the app

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open