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
- Host: GitHub
- URL: https://github.com/kliph/figwheel-heroku
- Owner: kliph
- License: mit
- Created: 2017-09-02T23:52:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T17:37:15.000Z (over 5 years ago)
- Last Synced: 2026-06-30T01:04:39.689Z (17 days ago)
- Topics: clojure, clojurescript, figwheel, lein-template
- Language: Clojure
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
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.