ClojureScript projectsλ︎
Practicalli ClojureScript covers the development of websites and single page apps (SPA) with figwheel-main build tool and the react-style reagent library
practicalli/clojure-deps-edn defines the :middleware/cider-cljs
alias which provides the nREPL connection support specifically for a ClojureScript REPL.
Figwheel-main projectsλ︎
Create ClojureScript projects using figwheel-main
template. Rename the :fig
alias to figwheel
to clarify the name.
Run the project with nREPL and CIDER libraries
clojurescript-figwheel-main-external-repl-middleware-cider-cljs.png
Choose cider-connect-cljs
when using sesman-start
Confirm localhost post for tictactoe project
Confirm figwheel-main build tool
Confirm dev build configuration
SPC b m
to open the message buffer which shows the output from nREPL server.