There are many templates like this, but this one is mine.
This is a simple and small Svelte starter template that I use for quick prototyping while experimenting and learning. No fancy plugins, no testing frameworks, only Rollup and Prettier.
Optional: Typescript, Tailwind CSS
$ npx degit codechips/svelte-starter-template my-app
$ cd my app && yarn
$ yarn start
$ npx degit codechips/svelte-starter-template#with-typescript my-app
$ npx degit codechips/svelte-starter-template#with-tailwindcss my-app
For more interesting stuff like this follow me on Twitter or check out my blog https://codechips.me
MIT