Tim's Online World
- Leiningen
- Foreman
lein uberjar && foreman start
Or, through emacs and cider.
M-x cider-jack-in
C-c C-k
In cider buffer,
user> (tl.core/dev-main)
Get clojurescript compiling. In new terminal,
$ lein cljsbuild auto # prod profile w/ advanced optimizations
$ lein cljsbuild auto dev # dev profile w/ pretty print
Add heroku repo as git remote and push.
git remote add heroku <app-url.git>
git push heroku <your-branch>:master
Copyright © 2015 Timothy Licata