Fulcro starter kit derived from the Fulcro book
-
Start the Fulcro server to manage builds, note this does not automatically start any builds
npx shadow-cljs server
-
Navigate to the localhost address logged by shadow and start the desired build and navigate to the app address,
localhost:8000
-
Start the
SHADOW REPL
run configuration -
Once connected to the nREPL, select the build you want to work against
(shadow/repl :main)