A Svelte template purged of the standard template's monstrous defaults.
Specifically, this version has:
- Indentation with two spaces instead of tabs.
- Double-quoted strings.
- VSCode settings for auto-formatting on save.
- All tests in the
tests
directory, with Playwright tests intests/e2e
and Vitest tests intests/unit
.
This is a Cookiecutter template; see there for usage instructions.