Welcome to the template generated index.html
45 | 46 |47 |49 | 50 |TLDR: you can find and edit this file at
48 |resources/public/index.html
This page is currently hosting your application code and REPL (Read 51 | Eval Print Loop). As you change your code and save it, the 52 | changed code will be hot loaded into this browser page.
53 | 54 |If you return to the terminal where you launched figwheel and enter
55 | valid ClojureScript code at the cljs.user=> prompt, the code will be
56 | compiled to Javascript and evaluated in the JavaScript environment on
57 | this page.
If you close this page the REPL will cease to function.
60 | 61 |Editing this index.html
62 | 63 |When you view the content of resources/public/index.html there will
64 | be comments that show you how to remove this initial content. It is
65 | important that you keep the final <script> tag that requires your compiled
66 | ClojureScript code.
24 |