Some of my widgets are getting TOO BIG for the Custom Widget Builder, so I tried with modularity, by splitting the code on several files and hosting on Github.
I don´t like Github very much. I build in an iterative way, and everytime i changed some code and commit it takes a long time to actually updated the files and see the changes in Grist Custom Widget.
One possibility would be to build the widget locally on Visual Studio Code and use a LiveServer plugin.
As I understand, using Grist on a getgrist.com OR on our local server, won´t be able to access it however.
But I wonder if a Docker running on my machine or even maybe the Grist Desktop, would be able to access this live server and the HTML file there.
So testing would be done in it and AFTER everything is perfect, then I would send it to GitHub