This repo started out as an exploratory exercise to help me familiarize myself with the latest CloureScript libraries and JavaScript tooling, namely:
The end result is a starter that creates a React SPA with excellent Shadow and Tailwind hot-reloading and production builds (~2KB CSS, ~70KB JS gzipped) all orchestrated by Bun.
3 steps to get up and running:
bun i
.bun dev
.The app will launch on http://localhost:3000.
1 step to create an optimized build using :advanced compilation and Tailwind JIT: bun prod
.
This will export the app to /prod
. You can view it via serve: bunx serve prod
.
Eclipse Public License 2.0