https://github.com/r3-dev/pb-next-stack
https://github.com/r3-dev/pb-next-stack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/r3-dev/pb-next-stack
- Owner: r3-dev
- Archived: true
- Created: 2023-09-16T10:04:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:32:50.000Z (over 2 years ago)
- Last Synced: 2025-02-27T23:14:22.098Z (over 1 year ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Pocketbase
This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.
## Tech Stack
**Client:** Vite, React, Typescript, TailwindCSS
**Server:** Golang, Pocketbase
**Database:** SQLite (Pocketbase implemented)
## Installation
Install dependencies with yarn
```bash
yarn
```
## Run Locally
Run both backend and frontend
```bash
yarn dev
```