You probably don't need this template and should just run npx sv create
.
This is a SvelteKit minimal project, which I use as a GitHub template to speed up my workflow when creating screencasts.
Before updating the dependencies in this template, delete eslint.config.js
because it will not be
regenerated if it exists already. Then run npx sv create
to regenerate a minimal SvelteKit project
into the existing directory.
Hit enter to use the current directory.
Yes.
SvelteKit minimal.
Yes, using TypeScript syntax.
-
prettier
-
eslint
pnpm
- Revert
README.md
. - Revert
.vscode/settings.json
. - Delete folder
node_modules
and filepnpm-lock.yaml
and runpnpm i
. - Run
pnpm dev
to test if the app still launches.
Just launch the application in the JavaScript Debug Terminal.