Skip to content

Code so farλ︎

The code and configuration we have created so far are in the clojure-webapps-example github repository.

Code for this section is in the branch called 02-create-a-handler-function

If something is not working or you want to speed up, simply clone the project into a new directory using the command:

git clone https://github.com/practicalli/clojure-webapps-example
Once you have cloned the project, checkout the 02-create-a-handler-function branch

git checkout 02-create-a-handler-function