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 purpose- Vite 6.0 and Vitest 3.0 is included
- The included adapter is changed from
auto
to@sveltejs/adapter-node
, assuming that you are not targeting any specific deployment target.
git clone https://github.com/qbane/sveltekit-template.git
cd sveltekit-template
rm -rf .git .github
git init
npm i