https://github.com/bohnacker/2525-ig3-programmiersprachen-todolist
https://github.com/bohnacker/2525-ig3-programmiersprachen-todolist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bohnacker/2525-ig3-programmiersprachen-todolist
- Owner: bohnacker
- Created: 2025-03-26T09:37:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T14:03:19.000Z (about 2 months ago)
- Last Synced: 2025-04-02T14:23:31.524Z (about 2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Todo-List
A simple todo list made with Svelte 5 to learn the basics of Svelte.
## Run locally
Download this repository.
In a terminal, navigate to the directory:
```bash
cd path/to/this/repository
```Install dependencies:
```bash
npm install
```Run in developer mode:
```bash
npm run dev -- --open
```