Projected created by: Daniel Hernandez
This is a project created from the tutorial How to write a Clojure app.
Running project
To run this project we're using Leiningen which is a popular way to manage Clojure projects and deals with the project’s release and dependency management for us. It serves as the entry point to your Clojure project as a developer.
To install Leiningen or other dependencies you can go to the next tutorial Installing Clojure dependencies
Once you have everything installed, all you have to do is going to the root of the project in your terminal and running the following command:
lein run