Skip to content

rorygibson/sample-clojure-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Clojure webapp (with DB access)

Prerequisites

Development mode

rgibson@thingy:~$ lein deps
rgibson@thingy:~$ lein ring server

This will actually fire up a browser frame to click around. Or hit http://localhost:3000 to do it from $BROWSER_OF_CHOICE.

Production mode

rgibson@thingy:~$ lein uberjar
rgibson@thingy:~$ java -jar target/hello-0.1.0-SNAPSHOT-standalone.jar

Yep - fully packaged, no external dependencies except Java.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published