Skip to content

Peter-Donner/clojure-brown-bottle-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build and Run the Presentation

Step 1: Install Leiningen

http://leiningen.org/

Step 2: Compile Everything

Ignore errors (from Bootstrap) in the SCSS compilation.

$ cd clojure-brown-bottle-2014
$ lein scss once
$ lein haml once
$ lein cljsbuild once

Step 3: Start the Browser based REPL

$ cd clojure-brown-bottle-2014
$ lein repl

…and on the REPL prompt…

$ (ns clojure-brown-bottle.server)
$ (cljs-repl)

Step 4: Start the Web Application

http://localhost:4000/clojure-brown-bottle.html

Use cursor keys to navigate and have fun!

About

Clojure "Brown Bottle" @ Borland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published