Skip to content

agiron123/bun-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-react-tailwind-shadcn-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

Docker Compose (Dev + Hot Reload)

Run the app in Docker with live reload while editing files locally:

docker compose -f docker-compose.dev.yml up --build

Stop it:

docker compose -f docker-compose.dev.yml down

Notes:

  • Source code is bind-mounted into the container for hot reload.
  • Dependencies are kept in Docker-managed volumes (bun_node_modules, bun_cache) for faster restarts.
  • The app is available at http://localhost:3000.

This project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.

About

A starter project with bun, react, tailwind, and shadcn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages