This project was built in a video on my YouTube channel and is a basic integration of PocketBase into a SvelteKit application to enable user authentication and basic route protection.
You will need to have a PocketBase server running on localhost:8090 for this to function out of the box
git clone --single-branch --branch starter [email protected]:huntabyte/sveltekit-pocketbase-auth.git
Clone this repository
git clone [email protected]:huntabyte/sveltekit-pocketbase-auth.git
Install dependencies
npm i
Run Development Server
npm run dev