Home

Awesome

React Bun Template for Gitpod

This is a React project boostrapped with bun.

Open in Gitpod

Getting Started

Install packages

bun install
(or)
bun install --backend=copyfile && bun bun

Development

Run the development server.

bun dev

You can start editing the page by modifying src/pages/Home.tsx. The page auto-updates as you edit the file.