Skip to content

Exploring the "TypeScript - The First Class Citizen in Bun" | Geekle TypeScript Junior Session 2024

Notifications You must be signed in to change notification settings

ZakiMohammed/bun-ts-geekle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.