Skip to content

Latest commit

 

History

History

simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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

Running the App

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!