This is a project template for Svelte apps. It's based on the official one from https://github.com/sveltejs/template.
This one has been pre-setup with TypeScript and Jest testing support.
To create a new project based on this template using degit:
npx degit vikbert/sests svelte-app
cd svelte-app
npm install
npm run dev
npm run test