This is a basic to-do list app. I have created it to learn Figma and Svelte.
npm)First, install the dependencies:
npm ci
Then, build the application and serve it:
npm run build
serve dist # You can install "serve" using "npm install -g serve"
If you want to start the development server, you can run:
npm run dev
The code is licensed under the MIT License.