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
- Install Bun
- Install Bun Dependencies
bun install
- Run the app
bun dev
- Navigate to
http://localhost:3000