Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 756 Bytes

tic tac toe (Reagent ver)

done with "Tutorial: Into To React" using Reagent (ClojureScript)

FYI

Demo

https://f6o.github.io/tick/

Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package