All Projects → heroku → clojure-getting-started

heroku / clojure-getting-started

Licence: other
Getting Started with Clojure

Programming Languages

clojure
4091 projects
HTML
75241 projects

clojure-getting-started

A barebones Clojure app, which can easily be deployed to Heroku.

This application support the Getting Started with Clojure article - check it out.

Running Locally

Make sure you have Clojure installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/clojure-getting-started.git
$ cd clojure-getting-started
$ lein repl
user=> (require 'clojure-getting-started.web)
user=>(def server (clojure-getting-started.web/-main))

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Clojure on Heroku, see these Dev Center articles:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].