Skip to content

huntabyte/showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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):

    $ git clone --single-branch --branch episode-1 https://github.com/huntabyte/showcase.git
  2. Start PocketBase Server

    cd apps/backend
    
    ./pocketbase serve 
  3. Install Dependencies

    cd apps/web
    
    npm i
  4. Start Dev Server

     cd apps/web
     
     npm run dev

Full Project / main branch

Show instructions
  1. Clone the repository:

    git clone https://github.com/huntabyte/showcase.git
  2. Start PocketBase Server

    cd apps/backend
    
    ./pocketbase serve 
  3. Install Dependencies

    cd apps/web
    
    npm i
  4. Start Dev Server

     cd apps/web
     
     npm run dev

About

Full stack application built with SvelteKit & PocketBase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published