Starting with Modules
Learn how to split an application code into modules in Marionette.
We'll cover the following...
While building our app, we’ve simply been putting the code into index.html so far.
Refactor the code using Marionette modules
...Ask