bhlieberman / rf-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljs-reframe-template

A starter re-frame application.

frontend routing with reitit

dev tooling with shadow-cljs

styles per inline injection with CSS Garden

styles via TailwindCSS https://tailwindcss.com/

Development Mode

npx shadow-cljs watch app

Compile application

npx shadow-cljs compile app
npx shadow-cljs release app

CSS via Tailwind

manually purge CSS

npm run-script tw

Run application:

Wait a bit, then browse to http://localhost:8021.

Using babashka

  • use of the new babashka tasks feature

  • config via bb.edn

bb tasks
bb watch
bb compile
bb release
bb purgecss
bb buildreport

About

License:MIT License


Languages

Language:Clojure 92.0%Language:HTML 4.2%Language:JavaScript 2.9%Language:CSS 1.0%