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.
It works only with macOS (It may also work on Linux).
To install dependencies:
bun installTo run:
bun run dev
bun run tailwind:dev
bun run watcherYou need to keep port 8080 open.
bun run buildThe files will be generated in the './dist' directory.