My opinionated SvelteKit template in pure JavaScript.
This template is derived from the official template.
Some notable customizations are:
package-lock.json is NOT committed on purposeauto to @sveltejs/adapter-node, assuming that you are not targeting any specific deployment target.tsconfig.*.json to avoid lib pollution while maintaining reasonable IDE/LSP expectations.svelte-kit sync run. This is intended to convince tsc to write new ones.git clone https://github.com/qbane/sveltekit-template.git --depth=1
cd sveltekit-template
rm -rf .git .github LICENSE
git init
npm i