This is an example web application that uses lein-cljsbuild, Ring, and Compojure. It demonstrates the use of lein-cljsbuild to build ClojureScript into JavaScript.
To play around with this example project, you will first need Leiningen installed.
Set up and start the server like this:
$ cd example-projects/simple
$ lein cljsbuild once
$ lein ring server-headless 3000
Now, point your web browser at http://localhost:3000
, and see the web app in action!