Fork me on GitHub
#lein-figwheel
<
2017-08-08
>
zane23:08:24

I'm trying to set up Figwheel for a new project using the nREPL instructions: https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl

zane23:08:30

I'm able to get to the stage where I run figwheel-sidecar.repl-api/cljs-repl, but when I refresh the page hosted by Figwheel I never actually get the ClojureScript prompt.

zane23:08:45

The REPL simply prints Prompt will show when Figwheel connects to your application and waits.

zane23:08:59

Any tips on how to debug an issue like this? I'm sure I'm missing something simple.