Projects using Clojure

18.06.2023

Deploying a Reagent application

So you have a Reagent application you want to deploy somewhere. Probably, you have experience deploying frontend applications on platforms like Vercel, Netlify or Render. You try this with your ClojureScript application and quickly find out that none of these platforms support building ClojureScript applications, because the build environment lacks Java. This article walks you through creating a simple continuous deployment setup using Github Actions and Glitch. Setting up a Glitch project Create or login to your Glitch account, then create a new ‘glitch-hello-website’ project.