October 31, 2016

Sample cljs project using boot

I have a git project where I store all of the clojurescript widgets I mention on this blog.

For example, it contains a bmi calculator widget, a random password generation widget, a file tree widget, some experiments with images, and other experiments.

Just recently, while learning about web workers, I needed to have more control over the build process and so I decided to convert from leinigen to boot.

I learned a lot about boot and boot-cljs in the process and tried to take as many notes as possible as I went.

For anyone interested, I posted my notes here along with a sample github project here.

Hope you find it useful.

Tags: clojure javascript clojurescript