Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 524 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 524 Bytes

TypeScript - The First Class Citizen in Bun

Geekle TypeScript Junior Session 2024.

Bun in Action

Checking out Bun in action with different domain of areas and how it mingles with TypeScript so easily.

  • bun-api: Simple silly Bun API serving REST endponts.
  • bun-ui: Simple silly Bun static web app consuming the bun-api.
  • bun-vite-react: Simple silly Bun + Vite + React app show casing the setup.
  • bun-test: Simple silly Bun Test project show casing the bun test runner in action.