Might be the most feature-rich template for svelte.
Scaffold a new project using degit:
npx degit outloudvi/svelte-ts-sass-cypress-template svelte-app
cd svelte-app
npm install # or "yarn install", or "pnpm install"
Also, remember to:
LICENSE
filepackage.json
yarn dev
Runs the app with the hot-reload feature. Visit http://localhost:5000 to view the app.
yarn build
Builds the app for production use.