An open API service indexing awesome lists of open source software.

https://github.com/metosin/compojure-intro

compojure-intro
https://github.com/metosin/compojure-intro

training-materials

Last synced: about 1 month ago
JSON representation

compojure-intro

Awesome Lists containing this project

README

          

# compojure-intro

## Development

try `lein eclipse`or `lein idea`.

## Running

To start a web server for the application, run:

lein ring server

or run ```main-``` from ```compojure-intro.server``` namespace in repl

## Packaking

lein do clean, uberjar

## Running

### Standalone

java -jar target/compojure-intro-0.1.0-SNAPSHOT-standalone.jar

### Warred

jetty target/compojure-intro-0.1.0-SNAPSHOT-standalone.jar

## License

Copyright © 2013 Metosin Oy

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.