An opinionated boilerplate for Reagent app.
- shadow-cljs
- reagent (react on dev mode & preact on production)
- re-frame
- unocss
npm install
npm run dev
# served to `http://localhost:5000`.
# or with the netlify-cli
ntl dev
On production mode React is replaced by Preact
npm run build
npm run serve
# served to `http://localhost:5000`.