Optimizing your experience

All things related to ClojureScript

article

How can I deploy a ClojureScript web app to Google Firebase with GitHub Actions?

Clarice Bouwer
Clarice Bouwer
Monday, 22 November 2021 · Estimated 1 minute read

The goal of this guide is to show you how to deploy a ClojureScript web app to Google Firebase Hosting with GitHub Action deploys. There are a few assumptions and they are that you are already famili…

#111
article

How can I use Tailwind in my ClojureScript web app?

Clarice Bouwer
Clarice Bouwer
Saturday, 20 November 2021 · Estimated 5 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…

#110
article

How can I create a ClojureScript web app from scratch with Reagent and npm?

Clarice Bouwer
Clarice Bouwer
Wednesday, 17 November 2021 · Estimated 5 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 Replaceme…