A starter https://github.com/Day8/re-frame[re-frame] application.
frontend routing with https://github.com/metosin/reitit[reitit]
dev tooling with shadow-cljs
styles per inline injection with https://github.com/noprompt/garden[CSS Garden]
styles via TailwindCSS https://tailwindcss.com/
npx shadow-cljs watch app
npx shadow-cljs compile app
npx shadow-cljs release app
- CSS artifacts are compiled
- via Tailwind's new JIT Engine
- using https://github.com/teknql/shadow-cljs-tailwind-jit
- so one can use
- build hooks
- inside Shadow-Cljs projects
npm run-script tw
Wait a bit, then browse to http://localhost:8021.
https://github.com/babashka/babashka[babashka]
- use of the new babashka tasks feature
- config via bb.edn
bb tasks
bb watch
bb compile
bb release
bb purgecss
bb buildreport