example dockerized clojure web app
You will need docker and docker-compose.
And editor with repl: atom (proto-repl) or emacs (cider)
for atom users:
apm install proto-repl ink
for emacs users:
-
To start a repl for the edito, run:
docker-compose up repl
-
Connect to repl using your favorite editor
-
Run app
(do (migrate) (start))
Copyright © 2017 Mateusz Probachta