/pocketbase_svelte_fullstack_example

An example full-stack app using Pocketbase / Svelte(Vite) / Tailwindcss.

Primary LanguageSvelteMIT LicenseMIT

Pocketbase Svelte(Vite) + Tailwindcss Full-stack Example App

This is an example full-stack app using Pocketbase / Svelte(Vite) / Tailwindcss. You can generate any static site project inside this directory and update the Dockerfile accordingly.


How to use

  • Copy todos_app/.env.example to todos_app/.env.
  • Run ./run.sh then navigate to pocketbase admin portal.
  • cd into todos_app and run yarn dev to start the Svelte app.

PS: You have to rebuild the image before pushing to production.