Skip to content

motiko/cljs-ttt

Repository files navigation

tictactoe

Tic tac toe

Overview

  • Play Live
  • Watch Timothy Pratley's tutorial on youtube
  • Demo project following a guide to familiarize with cjs, reagent, and hiccup

Build

lein cljsbuild auto dev dev-worker
cd resources/public
python -m SimpleHTTPServer

Test

lein cljsbuild test

Deploy

git subtree split --prefix resources/public -b gh-pages