A simple SvelteKit Todo List app that works as a Progressive Web App (PWA) and can function offline
š Open live Demo
First, clone the project and open it with Visual Studio Code:
git clone https://github.com/javigong/demo-todolist-sveltekit-ts-pwa-features.git
cd demo-todolist-sveltekit-ts-pwa-features
code .
Finally, install the npm dependencies and run the application:
npm install
npm run dev
Now the application is running on http://localhost:5173 š
SvelteKit Todo List deployed using Vercel: