Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 880 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 880 Bytes

Bun Starter Project

A lightweight and barebones Bun starter project with quality defaults

A great entry point to start your new API, library, or for some scripting.

Get Started

  1. Install Bun toolkit
curl -fsSL https://bun.sh/install | bash
  1. Install project dependencies
bun install
  1. Run dev mode
bun dev

Dependencies

  • valibot, smallest schema validator library
  • biome, fastest formatter and linter in town
  • ts-reset, 'CSS reset' for TypeScript, improving types for common JavaScript API's

Recommendations