Closed
Description
I'm wondering if there is a setup for doing local development. In other words, developing without uploading the index.html.gz file every time you make a change.
I ran into a few issues with this. Ideally, I would like to develop on the pre-minified version. The index.html file in www doesn't work, so the gulp file must be doing some other important stuff.
The main issue is that the scripts and links all reference the URL in the bar as the server's address. But local development means the html/js/css is served locally, but everything else (sockets, get requests, etc.) gets forwarded to the ESP32 on your network.
If you don't have a setup for this already, then I'll look into setting something up.