pocketbase-svelte-demo

Pocketbase Svelte Demo

Social media app demonstrating Sveltekit and Pocketbase

Pocketbase SvelteKit Demo

Works best on desktop

This is a demo to show off the capabilities of Pocketbase and Sveltekit in a real time social media app.

Run Project

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

To start the database, in a separate terminal run

./pocketbase serve

Building

To create a production version of the app:

npm run build

Top categories

Loading Svelte Themes