Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 369 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 369 Bytes

BETH Stack Demos

This repo experiments with the BETH stack:

  • Bun TypeScript runtime
  • Elysia.js Minimalist HTTP Server library
  • Turso SQLite Edge Database
  • HTMX Minimalist client-side interaction

Directions

  1. Install Bun
  2. Install Bun Dependencies
bun install
  1. Run the app
bun dev
  1. Navigate to http://localhost:3000