Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 344 Bytes

kinematic-app

A Leiningen template to generate a boilerplate Kinematic app.

Usage

  • lein new kinematic-app myapp
  • cd myapp
  • lein jar
  • bash run-server.sh

Navigate to localhost:8080/myapp/api/hello where a sample api route is located.

License

Copyright © 2012

Distributed under the Eclipse Public License, the same as Clojure.