PEZ / rn-rf-shadow

An example project to get you started with React Native using shadow-cljs in 3 minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potentially incorrect nREPL port specified in README

gustaver opened this issue · comments

On Line 116 in the README, the user is prompted to connect to the nREPL on port 9000. However, as far as I can see, there is no indication that the nREPL will be started at port 9000. In my experience using the repo, shadow-cljs will start the nREPL at different ports each time it starts.

I suggest that either a configuration is added to always start the nREPL at port 9000, or the user should be directed to use the port in .shadow-cljs/nrepl.port.

I think this is fixed now. At least I can't find any mention of any nrepl port. 😄