Skip to content

Tic Tac Toe, but client-side, written in reagent.

License

Notifications You must be signed in to change notification settings

mdw-cc/ttt-reagent

Repository files navigation

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/

About

Tic Tac Toe, but client-side, written in reagent.

Resources

License

Stars

Watchers

Forks

Packages

No packages published