Skip to content

boston-clojure/cljsbuild-example-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published