svelte-kit-template Svelte Themes

Svelte Kit Template

Opinionated SvelteKit Template with Authentication, Remote Function Examples

svelte-kit-template

Development Setup

[!NOTE] pnpm is the recommended package manager. (e.g. MCP configuration uses pnpm dlx instead of npx)

Configure environment variables:

.env
.env.[mode].local.example

Install dependencies and run these scripts:

node --run db:generate
node --run db:migrate
node --run dev

Production Setup

  • See the guide for VPS deployment with HTTPS.
  • For other platforms, update the setup accordingly:
- @sveltejs/adapter-node
- pm2-ecosystem

Top categories

Loading Svelte Themes