How to install a gulp.js supported admin template in wappler

I have a bootstrap admin template built with gulp.js and I want to run this project in wapplers node js server model. I tried this with docker and nodejs ,but template contents are not loading. Is there any fix for this ?

Generally, Wappler is not template friendly nor is it intended to be. You can try adding App Connect to your pages. It’s also most likely that Wappler cannot find your Bootstrap files. There is a good article on using a custom bootstrap path as well.

When I load the template, ( which is built using gulp ) in node js server model the template will be moved to public folder. Then on creating a intial index content page of node js the template should be visible, how can we achieve this ?