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: about 1 year 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
```