Skip to content

dmansen/blog-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an blog that uses Ring and Compojure.

To play around with this blog, you will first need Leiningen installed.

Download the project dependencies with:

lein deps

Now you can start a development web server with:

lein ring server

Or you can compile the project into a war-file ready for deployment to a servlet container like Tomcat or Jetty:

lein ring uberwar

About

A blog written in Clojure with Compojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published