This is just simple proof of concept, how we can build a simple reactive web without a fancy framework
This web is built using:
- Bun as the JavaScript Runtime
- Elysia as Web Framework
- Prisma as the ORM
- Preact as the template engine
- HTMX as the reactivity libs
- TypeScript as type system
- install deps
bun install
- update env values
copy .env.example .env
- run
bun run dev