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
- Host: GitHub
- URL: https://github.com/metosin/compojure-intro
- Owner: metosin
- Created: 2013-10-07T07:00:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T10:42:55.000Z (over 11 years ago)
- Last Synced: 2025-06-23T02:11:27.779Z (4 months ago)
- Topics: training-materials
- Language: Clojure
- Homepage:
- Size: 178 KB
- Stars: 4
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.