Skip to content

avaice/bun-minimal-react

Repository files navigation

bun-minimal-react

A React framework integrated with the Bun ecosystem.

Demo: https://avaice.github.io/bun-minimal-react/

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

Dev

It works only with macOS (It may also work on Linux).

To install dependencies:

bun install

To run:

bun run dev
bun run tailwind:dev
bun run watcher

You need to keep port 8080 open.

Build

bun run build

The files will be generated in the './dist' directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published