Is your intention that index.html is viewed as file:/// in the browser? If so, there are CORS issues with the javascript files treated as modules.
Or is the intention to serve some of the files via express or similar?
Or is there a run command in boreDOM that I don't see?
Either way, can you update the README? It's a fun experiment, but I can't figure out how the framework is intended to be used.
Is your intention that
index.htmlis viewed asfile:///in the browser? If so, there are CORS issues with the javascript files treated as modules.Or is the intention to serve some of the files via express or similar?
Or is there a
runcommand in boreDOM that I don't see?Either way, can you update the README? It's a fun experiment, but I can't figure out how the framework is intended to be used.