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.
Add support for client side routing and updating without loading the AppShell |
||
|---|---|---|
| src | ||
| .gitignore | ||
| bun.lock | ||
| Dockerfile | ||
| index.tsx | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.