davespanton / woof

Experimenting with ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Silly Webapp

To learn a little ClojureScript.

This is based off the example web application from lein-cljsbuild.

See it running on Heroku: http://fathomless-sands-5175.herokuapp.com/

Running it locally

Set up and start the server like this:

$ lein deps
$ lein cljsbuild once
$ lein ring server-headless 3000

Now, point your web browser at http://localhost:3000, and see the web app in action!

About

Experimenting with ClojureScript


Languages

Language:JavaScript 99.7%Language:Clojure 0.3%