Joshuafrankle / bun-react

A Bun starter template for React, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Bun starter template for React, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.


Languages

Language:HTML 45.6%Language:TypeScript 30.2%Language:CSS 24.3%