A minimal, opinionated Sveltekit starter-template.
demo · https://sveltekit-starter.braebo.dev
npx degit braebo/sveltekit-starter my-app
cd my-app
pnpm install
pnpm dev
Generate static files with realfavicongenerator and drop the result into /static
to replace content like icons / pwa metadata with your own.
Generate metatags with metatags.io to overwrite the existing ones in /src/app.html
.