svelte-scoreboard Svelte Themes

Svelte Scoreboard

Svelte Scoreboard

Project from a crash course on Svelte by Traversy Media.

Installation

Install Svelte and make a folder for the project with npm

  npx degit sveltejs/template svelte-scoreboard
  cd svelte-scoreboard

I changed the title in public/index.html from

    <title>Svelte App</title>

to

    <title>Scoreboard</title>

Then installed dependencied by running

    npm i

Run Local Server

To run it on a local server run

    npm run dev

Acknowledgements

Top categories

Loading Svelte Themes