kirahowe / clojurescript-tic-tac-toe

A smart tic-tac-toe built with reframe to learn clojure(script)

Home Page:https://kiramclean.github.io/clojurescript-tic-tac-toe/

Repository from Github https://github.comkirahowe/clojurescript-tic-tac-toeRepository from Github https://github.comkirahowe/clojurescript-tic-tac-toe

tic-tac-toe

A re-frame application to play tic tac toe, so I could learn a bit about clojure(script).

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

A smart tic-tac-toe built with reframe to learn clojure(script)

https://kiramclean.github.io/clojurescript-tic-tac-toe/


Languages

Language:Clojure 83.6%Language:CSS 13.5%Language:HTML 2.9%