lein-figwheel

zane 2017-08-08T23:08:24.739573Z

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

zane 2017-08-08T23:09:30.758036Z

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.

zane 2017-08-08T23:09:45.761771Z

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

zane 2017-08-08T23:09:59.766071Z

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