reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

what port do i use for cider-connect? #78

Closed jdkealy closed 9 years ago

jdkealy commented 9 years ago

i see nrepl is included by default

yogthos commented 9 years ago

The nrepl is setup by figwheel, so it should be available on port 7002, I don't use emacs though so can't help with anything cider specific. :)

Whoops commented 9 years ago

I do use Emacs. For this template, 7002 is correct. It's set by the :nrepl-port 7002 piece under :figwheel in the project.clj

jdkealy commented 9 years ago

Yes thank you. It's correct. Thanks so much. Sorry it's right there in the source code, it says 7002

On Tue, Aug 18, 2015 at 6:47 PM, Walton Hoops notifications@github.com wrote:

I do use Emacs. For this template, 7002 is correct. It's set by the :nrepl-port 7002 piece under :figwheel in the project.clj

— Reply to this email directly or view it on GitHub https://github.com/reagent-project/reagent-template/issues/78#issuecomment-132380330 .

Sincerely -John-