Create a Project

(code for this section) After all that, you should have a project structure that looks like this. You can check using the tree command.
src/example/
  main.clj
deps.edn
Justfile

→ Make an Http Server

← Prerequisites