/clojurescript-penguins

example clojurescript app demonstrating use of reactjs in clojure

Primary LanguageClojure

hangman as penguins

a demo days ClojureScript app

dev environment

you will need:

  • java 8
  • boot (the clojure build library)

good instructions for setting up ClojureScript in this way can be found at: https://github.com/magomimmo/modern-cljs

start it up

(do

  • boot dev
  • if you need a REPL: boot repl -c
  • head over to localhost:3000 )