Learn ring - 4. Ring Init
Notes
- Install Leiningen https://leiningen.org/
- Calva https://calva.io/
- Creating an ring app
lein new compojure little_ring_things - Do a
git init, commit the code-
git init - Add Calva folders to
.gitignore-
-
.clj-kondo .lsp
-
- Make the first commit
-
- Start the app
collapsed:: true
lein ring server
- Stop the ring app
- In terminal press
Ctrl + c 
- In terminal press


