Starter template for SvelteKit with Clerk authentication and PicoCSS styling. Designed for use with npm create.
npm create guild-sv@latest my-app- SvelteKit (TypeScript)
- PicoCSS for styling
- REST API backend (Node adapter)
- Clerk authentication with passkey support
- Modular architecture
- Vite dev server
- pnpm package manager
- ESLint & Prettier for code quality
- Ready for deployment on Vercel
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Configure Clerk environment variables in
.env:CLERK_PUBLISHABLE_KEY=your_publishable_key CLERK_SECRET_KEY=your_secret_key
MIT