figwheel-main

figwheel-main http://figwheel.org
2021-04-16T20:13:40.059300Z

greetings, do i need to require Piggieback in my deps? It's mentioned in the docs, but the docs don't seem to suggest it as a dependency. I also don't see it when i run clj -Stree.

2021-04-16T20:16:59.062300Z

My real objective is to get my clj and cljs repl up and running with this project: https://github.com/drewverlee/odoyle-rum-todo I would assume it's a two step phase. cider-jack-in (given i'm using cider and nrepl). Then I would run the commands in the dev.clj file to

(-main)
(figwheel/-main "--build" "dev")
Then I would connect another repl to the server that created, but i'm likely connecting the wrong dots. As when i try to eval expressions in the first repl i get it always times out, i assume it held up building the dev server? It gives me the prompt, but it always hangs.

2021-04-16T21:00:26.062700Z

the answer seems to be yes, i need piggieback.