Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 2, 2025 04:53
Show Gist options
  • Save up1/66013c562876fa778395303bde70478a to your computer and use it in GitHub Desktop.
Save up1/66013c562876fa778395303bde70478a to your computer and use it in GitHub Desktop.
Bun :: Bundle frontend & static sites
$bun upgrade
$bun -version
1.2.4
$bun ./index.html ./about.html
DEV Bun v1.2.4 ready in 22.78 ms
➜ http://localhost:3000/
Routes:
├── / → index.html
└── /about → about.html
Press h + Enter to show shortcuts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment