How can I dynamically interact with an HTML page in LightTable?

I tried LightTable and I can just execute Clojure commands, but I can’t figure out how to display a web page in the IDE and execute ClojureScript commands in the DOM of the web page interactively.

Update

I will start a series of videos on Clojurescript that will show how to use LightTable: http://www.youtube.com/watch?v=lX6isnBn6mY

+4
source share
1 answer

This is normal, I realized this at the end, and, as promised, I made some videos to show this:

http://www.youtube.com/watch?v=lX6isnBn6mY

+1
source

All Articles