Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
/ cljsdemo Public archive

Basis of my "Building Applications with Clojure all the way down" presentation at Chicago Clojure in April 2012

Notifications You must be signed in to change notification settings

sparkertime/cljsdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClojureScript Demo App

This is a demonstration application showing how easy it is to build a web application in top-to-bottom Clojure & ClojureScript. In addition to Clojure/ClojureScript, this project uses Aleph and JayQ.

Originally presented by Scott Parker at Chicago Clojure on April 24, 2012

Usage

There's not much to see just yet, but do the following (note that if you want this to run on a different port than port 80, you'll currently need to change that in src/cljsdemo/server.clj):

lein deps
lein cljsbuild once
lein run
open http://localhost/index.html

License

Distributed under the Eclipse Public License, the same as Clojure.

About

Basis of my "Building Applications with Clojure all the way down" presentation at Chicago Clojure in April 2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published