This is an example Om Next Tic Tac Toe game. You can find it live at tic-tac-toe.drakezhard.org. It was built using the following tools and libraries:
- Martin Klepsch's Boot template Tenzing.
- Bozhidar Batsov's Emacs plugin for clojure development Cider.
- Om-Tools: A ClojureScript library of general-purpose tools for building applications with Om and Facebook's React.
- Om-Bootstrap: A ClojureScript library of Bootstrap 3 components built on top of Om.
- SVG and CSS
- Clone Om from GitHub.
- Enter the om directory.
- Install Leiningen(follow the instructions on this link).
- Issue the command
$ lein install
.
Install Boot:
Execute the following command:
$ sudo bash -c "cd /usr/local/bin && curl -fsSLo boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh && chmod 755 boot"
- Clone this repository into your computer.
- Issue the command
$ boot dev
. - Wait for it to compile.
- Open your browser and navigate to http://localhost:3000.
Copyright © 2016 Ricardo J. Acuna
Distributed under the Eclipse Public License, the same as Clojure.