This is a SvelteKit skeleton project which I use as a GitHub template to create SvelteKit examples. I added a configuration Gitpod and workspace settings.
You can also launch a SvelteKit project with these shortcuts (maintained by StackBlitz):
I update dependencies in this template now and then. These are the steps:
npm init svelte .
to regenerate the SvelteKit skeleton project into the existing directory.node_module
and package-lock.json
and run npm i
.