I have purchased metronic theme .
I want configure in existing blazor project how i can do it .
I'm unable to perform this operation
Hi Muhammad,
Thank you for reaching out to us.
You can copy Starterkit/_keenthemes/src and Starterkit/_keenthemes/tools to your projects and then inside gulp.config.js you can change dist folder to specify the folder you want to output assets.
Then you need to make sure to include theme main css and js files.
CSS:
"plugins/global/plugins.bundle.css",
"css/style.bundle.css"
"plugins/global/plugins.bundle.js",
"js/scripts.bundle.js"