Hi,
I have a few basic questions, and excuse the ignorance as I'm not that familiar with many of the tools (I'm an old-school Oscripter).
When you use the cs-ui-generator to build a module, the module that gets built (well it builds Oscript source): to go and actually generate the actual module, are you doing an Import from Eclipse, and if so, do you need all the generated files or just those in the srcmodule directory?
It almost seems in this development methodology, the oscript module is more of a placeholder for JS and HTML that would go into that module's support folder. I suppose that's why you end up running most of it by invoking npm start, although if you want to see it integrated, it would seem you need to have it load in Content Server's web server, not nodeJS's.
I'm sure I'll have a lot more questions once I dive more completely into this.
-Hugh