Hello everyone!
I’m building a theme right now and learning the ins and outs of HUGO. I built the first version of my theme using the CDN given on bootstrap’s website. But I would rather have it locally on the website and only import the things I need to improve performance as much as possible.
This means I also need to install jquery.js and popper.js
I know the basics of npm if it’s needed but still learning.
Is there a helpful guide around here to help me with this?