Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 331 Bytes

Svelte Scoreboard

Simple scoreboard app, showcasing Svelte.js

Get started

Install the dependencies...

npm install
npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.