Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 419 Bytes

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

  yarn

Run Locally

Run both backend and frontend

  yarn dev