My blog that will live on cbraaten.dev Focused on fast loads, targeting sub 128KB pages with all assets bundled and an AppShell model for even faster client navigation. Powered by Bun.
Go to file
Caleb Braaten b33ffa3371 Complete wip: New Application Architecture
Add support for client side routing and updating without loading the AppShell
2025-10-18 16:42:19 -07:00
src Complete wip: New Application Architecture 2025-10-18 16:42:19 -07:00
.gitignore Initial commit (via bun create) 2024-01-26 17:06:32 -08:00
bun.lock wip: New Application Architecture 2025-10-17 13:53:30 -07:00
Dockerfile Add Dockerfile for deploy 2024-01-30 16:44:15 -08:00
index.tsx Complete wip: New Application Architecture 2025-10-18 16:42:19 -07:00
package.json wip: New Application Architecture 2025-10-17 13:53:30 -07:00
README.md Update README to more clearly explain how to get started 2024-02-07 07:32:18 -08:00
tsconfig.json Add JS and Style injection into AppShell 2025-10-17 17:54:38 -07:00

Elysia with Bun runtime

Getting Started

To install dependencies run:

bun install

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.