Instal Svelte

npx degit sveltejs/template my-svelte-project
cd my-svelte-project

npm install
npm run dev
Real Rabbit