Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 530 Bytes

clojure-http-server

Bare-minimum clojure http-server that can be deployed to Heroku.

Prerequisites: Java and Leiningen

Live Code Video

Developing

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

Deploying

After setting up an app on Heroku, git push heroku master should suffice.