Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 462 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 462 Bytes

Clojure Scaffold for Code Retreat

Option 1: use docker wrapper scripts

See scripts/ folder.

Install clojure tools

Install the dependencies

lein deps

Run the tests

lein test

Run the app

lein run

Hierarchy of directories

  • src: source code
  • test: the tests