Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 737 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 737 Bytes

ttt-reagent

Requirements

  1. Clojure
  2. Leiningen
  3. PhantomJS

Commands:

  1. lein test1 - Runs tests
  2. lein tests - Runs tests continuously on detection of changes
  3. lein prod1 - Compiles ClojureScript to javascript
  4. lein prods - Compiles ClojureScript to javascript continuously on detection of changes
  5. lein clean - Deletes all compiled artifacts.

Play Local Instance:

Run lein prod1 and navigate in a web browser to the file at /resources/public/index.html.

$ lein prod1 && open $(pwd)/resources/public/index.html

Play Online Instance:

Navigate to https://mdwhatcott.github.io/ttt-reagent/resources/public/