crvouga / bun-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bun + TypeScript starter

Key Features

Prerequisites

Getting Started

  1. Deploy on Railway or use this template

  2. Clone the repository

  3. Install dependencies

    bun i

Usage

  • Development mode (debug)

    F5

  • Running tests (watch mode)

    bun test --watch
  • Production mode

    bun src/index.ts

About


Languages

Language:TypeScript 100.0%