https://github.com/pez/deps-edn-figwheel
An attempt at a skeleton for building Clojurescript apps with Figwheel and Clojure CLI
https://github.com/pez/deps-edn-figwheel
Last synced: 3 months ago
JSON representation
An attempt at a skeleton for building Clojurescript apps with Figwheel and Clojure CLI
- Host: GitHub
- URL: https://github.com/pez/deps-edn-figwheel
- Owner: PEZ
- Created: 2018-04-17T07:22:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T19:55:38.000Z (about 8 years ago)
- Last Synced: 2025-06-23T21:44:57.507Z (12 months ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figwheel on Clojure CLI
This is an attempt at creating a skeleton project using [Figwheel](https://github.com/bhauman/lein-figwheel) together with [Clojure CLI](https://clojure.org/reference/deps_and_cli).
## How to use
0. Install [Clojure](https://clojure.org/guides/getting_started).
1. Download the code in this repo.
2. From wherever you downloaded it, run `clojure build.clj figwheel`. (Since figwheel uses rebel, a readline is already supplied, so we use `clojure` instead of `clj`.)
3. Attach to the web app on [localhost:3449](http://localhost:3449)