For the UI, as Bar says, just the ESP3D project, then if you want a “faster” way of testing than uploading index.html.gz, you can run it with npm start
so long as you have python installed, then test on localhost:8080. It does not do “hot reloading” so you have to restart npm and reload to get the latest code in the browser. See above for more details…
2 Likes