Starting with Modules
Explore how to organize your Marionette.js application by refactoring code into modular sub-applications. Understand the strategy for separating general app code, entity modules, and sub-application modules to improve scalability and maintainability.
We'll cover the following...
We'll cover the following...
While building our app, we’ve simply been putting the code into index.html so far.