huntabyte / showcase

Full stack application built with SvelteKit & PocketBase.
109 stars 30 forks source link

Showcase - SvelteKit & PocketBase Application

This project is being built in a series on my YouTube Channel focused on building a full stack application with SvelteKit, PocketBase, and DaisyUI.

Get Started

Specific Episode Code

Show instructions 1. Clone the branch for that episode (replace `episode-1` with whatever episode you are looking to clone): ```sh $ git clone --single-branch --branch episode-1 https://github.com/huntabyte/showcase.git ``` 2. Start PocketBase Server ```sh cd apps/backend ./pocketbase serve ``` 3. Install Dependencies ```sh cd apps/web npm i ``` 4. Start Dev Server ```sh cd apps/web npm run dev ```

Full Project / main branch

Show instructions 1. Clone the repository: ```sh git clone https://github.com/huntabyte/showcase.git ``` 2. Start PocketBase Server ```sh cd apps/backend ./pocketbase serve ``` 3. Install Dependencies ```sh cd apps/web npm i ``` 4. Start Dev Server ```sh cd apps/web npm run dev ```