Mobile-first, minimalistic starter template for web applications built with Svelte 5 (Runes mode) and PocketBase designed for fully client-rendered single-page applications (SPAs). This template uses SvelteKit's static adapter and disables server-side rendering (SSR) to focus on client-side rendering (CSR) only. It’s designed to give you a simple foundation for your web applications with essential features and modern UI components.
To get started with this template, follow these steps:
git clone https://github.com/LucaLetizia/minimal-sveltekit-pocketbase.git
cd minimal-sveltekit-pocketbase
.env.example
file to .env
:cp .env.example .env
.env
and set the PUBLIC_POCKETBASE_HOST
variable with your PocketBase host.npm install
npm run dev
This project is licensed under the MIT License. See the LICENSE file for details.