I have a template of a clojurescript application from https://github.com/Day8/re-frame-template. So I want to deploy that template without any modifications to Heroku. So I followed the instructions on the README
lein clean lein cljsbuild once min. Then I follow the instructions on Heroku as well on deploying clojure on https://devcenter.heroku.com/categories/clojure-support
But when I check if the application runs all I get is an application error. So my questions are:
- How does one build and deploy a clojurescript app to heroku?
- What is the difference in deploying a clojurescript app vs a clojure app
- Do I need a clojure server in order to run clojurescript?
- How does one even run a standalone clojurescript app on the desktop?
- How is the generated
app.jsrelated to running a clojurescript app?
I have found it pretty easy to deploy and run a clojure app on Heroku as well as a standalone applicaton on my desktop, I was hoping the same would be true for clojurescript.
Edited: The error is here: https://floating-depths-33030.herokuapp.com/
luminus+re-frame