I was wondering if anyone has a good example of how they structure larger projects (ideally a link to their GitHub). Are you using classes for different parts of the application? Everything in one file? JS modules and functions? I’ve found two threads that gave me a decent idea, but was wondering if anyone has more detailed examples.
Previous threads: