Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huntabyte/showcase
Full stack application built with SvelteKit & PocketBase.
https://github.com/huntabyte/showcase
Last synced: 22 days ago
JSON representation
Full stack application built with SvelteKit & PocketBase.
- Host: GitHub
- URL: https://github.com/huntabyte/showcase
- Owner: huntabyte
- Created: 2022-11-09T17:46:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T01:58:01.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:45:49.726Z (about 1 month ago)
- Language: Svelte
- Homepage:
- Size: 11.6 MB
- Stars: 109
- Watchers: 4
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pocketbase - GitHub - | (Showcases)
- awesome-pocketbase - GitHub - | (Showcases)
README
# Showcase - SvelteKit & PocketBase Application
This project is being built in a series on my [YouTube Channel](https://youtube.com/@huntabyte) focused on building a full stack application with SvelteKit, PocketBase, and DaisyUI.
## Get Started
### Specific Episode Code
Show instructions1. 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 instructions1. 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
```