A Clojure library designed to spin up a basic web server with basic routing.
VSCODE SETUP
- Start your REPL you will need Calva and Leiningen.
- Choose the Jack in Option
- Select Leiningen as the project type.
- Once inside the REPL you can start the server with (start-server)
- Congrats your web server is now running!
- You can restart the server with (restart-server) if you make any changes
- Stop the server when you're done with (stop-server)
Copyright © 2025 Chase Gee