a simple todo app built using svelte 5 runes
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
npm run dev -- --open
To create a production version of your app:
npm run build