figwheel-main

Amin 2025-04-04T13:39:44.028169Z

Hi all, I’m trying to use figwheel for hot reloading. I ran the following commands:

❯ lein new figwheel hello
Retrieving figwheel/lein-template/0.5.20-5/lein-template-0.5.20-5.pom from clojars
Retrieving figwheel/lein-template/0.5.20-5/lein-template-0.5.20-5.jar from clojars
Generating fresh 'lein new' figwheel project.

Change into your 'hello' directory

Then run 'lein figwheel'
Wait for it to finish compiling
A browser window should open to the demo application, if not
then open '' in your browser
Running then lein figwheel I get the error in the comment.

Amin 2025-04-04T13:40:21.166209Z

bhauman 2025-04-04T13:40:53.896389Z

Hey Amin you should go to http://figwheel.org

bhauman 2025-04-04T13:41:18.248439Z

and use figwheel-main there is a figwheel-main-template as well

🙌 1