npx degit sveltejs/template svelte-app cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies with:
npm install
Start the server with:
npm run dev
Then, navigate to localhost:8080.