Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r3-dev/pb-next-stack


https://github.com/r3-dev/pb-next-stack

Last synced: 6 days ago
JSON representation

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
```