Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 721 Bytes

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:

$ 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!