/simple

Primary LanguageJavaScript

cljsbuild-example-simple

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 preview installed.

Running the App

Set up and start the server like this:

$ lein repl
$ lein ring server-headless 3000

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