A modern, minimalist todo list application built with SvelteKit and styled with Pico CSS.
Make sure you have Bun installed on your system.
Install dependencies:
bun install
Start the development server:
bun run dev
Or start the server and open the app in a new browser tab:
bun run dev -- --open
The app will be available at http://localhost:5173 by default.
To create a production version of your app:
bun run build
You can preview the production build with:
bun run preview
This project was created with the Svelte CLI (sv):
bun x sv create --template minimal --types ts --add prettier eslint --install bun ./svelte-todo-list