demo here https://svelte-pong.netlify.app/
Install the dependencies...
cd svelte-pong npm install
...then start Rollup:
npm run dev
To create an optimised version of the app:
npm run build