Skip to content

OscarAR46/bun-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-starter

Minimal web development environment. Nix provides Bun, Bun provides everything else.

nix develop
bun --hot serve.ts

Server runs at localhost:3000 with hot reload.

bun build --compile serve.ts --outfile=server

Produces a self-contained binary.

Full documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.1%
  • CSS 18.9%
  • Nix 16.6%
  • HTML 8.1%
  • Shell 0.3%