All things Clojure CLI
How can I use Tailwind in my ClojureScript web app?
Estimated 7 minute read
The goal of this guide is to create a ClojureScript web application with Clojure CLI and integrate with Tailwind CSS. If you are looking to create a shadow-cljs project then you can follow this guide by Jacek Schae. There are a few assumptions and t…
How can I create a ClojureScript web app from scratch with Reagent and npm?
Estimated 8 minute read
The goal of this guide is to create a basic Reagent ClojureScript web app from scratch using the Clojure CLI tools. We are going to bundle our JavaScript using Webpack, have HMR (Hot Module Replacement - reload components while coding) using Figwhee…
#109