Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3-dev/pb-next-stack
https://github.com/r3-dev/pb-next-stack
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r3-dev/pb-next-stack
- Owner: r3-dev
- Created: 2023-09-16T10:04:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:32:50.000Z (about 1 year ago)
- Last Synced: 2023-09-17T00:10:39.135Z (about 1 year ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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
```