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