Test Figwheelλ︎
Note::Test Figwheel via the REPLλ︎
Verify figwheel is working by entering the following code at the REPL prompt in the terminal window.
This will be the same terminal window in which you ran
lein figwheel
An alert box should appear in the browser window that opened when figwheel was run.
Note::Test Figwheel from source code changesλ︎
Verify figwheel is working by editing the code in the file
src/tictactoe-reagent/core.cljs
.Find the
hello-world
function and change the last line to show a different message