This is a project using the template for Svelte apps. It lives at https://github.com/sveltejs/template-webpack.
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-metronome
npm install
...then start webpack:
npm run dev
Navigate to localhost:8080
To build the project run
npm run build