Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.21 KB

README.md

File metadata and controls

27 lines (18 loc) · 2.21 KB

fullstack-bun

Minimal, performant, type-safe monorepo project template. Bun/Elysia backend, React frontend, Socket.IO bridging the gap.

Features

Setup

  1. Install Bun
  2. Install package dependencies: bun i
  3. Start app: bun dev
  4. The client will be served on localhost:3000 unless overridden in a .env file (see .env.example for all environment variable options)

Stack