Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parthpaghdal0/svelte-scoreboard
https://github.com/parthpaghdal0/svelte-scoreboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/parthpaghdal0/svelte-scoreboard
- Owner: parthpaghdal0
- Created: 2024-03-11T10:04:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T10:06:01.000Z (10 months ago)
- Last Synced: 2024-04-22T15:05:46.402Z (8 months ago)
- Language: CSS
- 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 Scoreboard
> Simple scoreboard app, showcasing Svelte.js
## Get started
Install the dependencies...
```bash
npm install
``````bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.