AI Features

Starting with Modules

Learn how to split an application code into modules in Marionette.

While building our app, we’ve simply been putting the code into index.html so far.

Refactor the code using Marionette modules

...
Ask