Skip to content

holonomy/clojure-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure(script) stack

IN PROGRESS - bugged

example stack using clojure and clojurescript

how to install

install java JDK version 6 or later

# get lein (https://github.com/technomancy/leiningen)
wget https://raw.github.com/technomancy/leiningen/stable/bin/lein -P ~/bin
chmod +x ~/bin/lein

# get this project
git clone https://github.com/holonomy/clojure-stack

# go to this project
cd clojure-stack

# get dependencies
lein deps

how to run

# migrate database
lein lobos migrate

# compile clojurescript
lein cljsbuild once

# run server
lein run

how to develop

# migrate database
lein lobos migrate

# in one terminal, compile clojurescript
lein cljsbuild auto dev

# in another terminal, run server
lein run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published