An open API service indexing awesome lists of open source software.

https://github.com/kliph/figwheel-heroku

A Leiningen template for deploying a clojurescript app with a figwheel repl to heroku
https://github.com/kliph/figwheel-heroku

clojure clojurescript figwheel lein-template

Last synced: 4 days ago
JSON representation

A Leiningen template for deploying a clojurescript app with a figwheel repl to heroku

Awesome Lists containing this project

README

          

* figwheel-heroku

[[file:https://img.shields.io/clojars/v/figwheel-heroku/lein-template.svg]]

A Leiningen template for deploying a clojurescript app with a figwheel
repl to heroku

* Usage

#+BEGIN_SRC sh
lein new figwheel-heroku myapp
#+END_SRC

* Testing

See: https://github.com/technomancy/leiningen/blob/master/doc/TEMPLATES.md#testing-your-template

To install locally

#+BEGIN_SRC sh
lein install

#+END_SRC
* License

Copyright © 2017 Cliff Rodgers

See =LICENSE= for more information.