https://github.com/clojurephant/sample-clojurephant-cljs-app
Sample project using clojurephant to build a ClojureScript app.
https://github.com/clojurephant/sample-clojurephant-cljs-app
clojurephant clojurescript gradle
Last synced: about 1 month ago
JSON representation
Sample project using clojurephant to build a ClojureScript app.
- Host: GitHub
- URL: https://github.com/clojurephant/sample-clojurephant-cljs-app
- Owner: clojurephant
- Created: 2022-07-18T01:34:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:11:28.000Z (about 1 year ago)
- Last Synced: 2025-05-18T18:47:33.112Z (about 1 year ago)
- Topics: clojurephant, clojurescript, gradle
- Language: Clojure
- Homepage: https://clojurephant.dev
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-clojurephant-cljs-app
Sample project using [clojurephant](https://github.com/clojurephant) to build a ClojureScript app.
## Usage
Start the nREPL server:
$ ./gradlew clojureRepl
NOTE: REPL support for CLJS is still expermintal in in 0.8.0.
Connect to the nREPL server with your client/editor of choice and start the Figwheel REPL.
user => (do
(require '[dev.clojurephant.tooling.figwheel-main :as fig])
(fig/start :dev))
This uses the [clojurephant-tooling](https://github.com/clojurephant/clojurephant-tooling) JAR to interoperate with figwheel-main and the config in your `build.gradle`.
CIDER user's can use `M-x cider-jack-in-cljs` and use the `custom` option providing the above Clojure form to start the REPL.
## More Help
See [Clojurephant's docs](https://clojurephant.dev).