In the end you will need to call the initialization function in the bottom of your page as shown below:
jQuery(document).ready(function() {
// initiate layout and plugins
Metronic.init(); // init metronic core components
Layout.init(); // init current layout
MyCustomComponents .init(); // init my components
});
Also you can check the documentation in metronic/documentation/admin folder and refer to the “Plugins and Resource Section” when you can get info how to use a particular plugin or resource.
If you need any further assistance please let us know.
Thanks.