Template Generated Index.html

Welcome to the template generated index.html

TLDR: you can find and edit this file at resources/public/index.html

This page is currently hosting your application code and REPL (Read Eval Print Loop). As you change your code and save it, the changed code will be hot loaded into this browser page.

If you return to the terminal where you launched figwheel and enter valid ClojureScript code at the cljs.user=> prompt, the code will be compiled to Javascript and evaluated in the JavaScript environment on this page.

If you close this page the REPL will cease to function.

Editing this index.html

When you view the content of resources/public/index.html there will be comments that show you how to remove this initial content. It is important that you keep the final <script> tag that requires your compiled ClojureScript code.