the public/js/ folder seems to have been created. any thoughts on what i may be missing?
The public/index.html
Hi y'all! Coming back to cljs after being away for awhile. I've got everything hooked up to a live local server, that shows live reloading when I change the init text, but I can't seem to get anything to actually display on the page
what do you mean display on the page? this bit of code will only print something to the console and never display anything?
if you want to actually display something you'll need to add code that does that. maybe something like reagent/re-frame or so
or manual code is of course fine too
Ooooh that's my misunderstanding then, I thought it would print into the html
@thheller I see I see, thanks!