Bare-minimum clojure http-server that can be deployed to Heroku.
Prerequisites: Java and Leiningen
REPL:
lein repl
then (start! 8080)
RUN (without REPL): lein run 8080
UBERJAR: lein uberjar
then java -jar target/app-0.0.1-standalone.jar 8080
After setting up an app on Heroku, git push heroku master
should suffice.