Welcome to Bun Playground, a starter kit designed for developers looking to explore Bun, the incredibly fast JavaScript runtime, bundler, test runner, and package manager all in one. This starter kit simplifies the process of setting up a Bun project, complete with a pre-configured environment for Biome, and IDE setups for both Visual Studio Code (VSCode) and Zed.
- Bun: It's fast.
- Biome Linter/Editor: Simple code formatting and linting.
- IDE Support: Pre-configured settings for VSCode and Zed to get you up and running with no hassle.
- Simple Setup: A minimalistic approach to get you started with Bun without the overhead.
To get started with Bun Playground, clone this repository:
git clone https://github.com/andyjessop/bun-playground.gitAfter cloning, navigate into the project directory and install the necessary dependencies:
cd bun-playground
bun installEnsure you have the official Biome extension installed for linting and formatting. The .vscode directory contains pre-configured settings for Bun and Biome.
Zed automatically recognizes the .zed configuration file for Bun and Biome settings.
bun serveThis will run the src/index.ts file.