https://github.com/sphinxc0re/testing-svelte-5-bug
A simple reproduction of a problem with Svelte 5
https://github.com/sphinxc0re/testing-svelte-5-bug
Last synced: about 2 months ago
JSON representation
A simple reproduction of a problem with Svelte 5
- Host: GitHub
- URL: https://github.com/sphinxc0re/testing-svelte-5-bug
- Owner: sphinxc0re
- Created: 2024-07-30T13:46:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:54:04.000Z (10 months ago)
- Last Synced: 2025-04-12T11:59:30.585Z (about 2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-svelte-5-bug
A simple reproduction of a problem with Svelte 5## Development and testing
```
npm install
```and then
```
npm run dev
```