So I'm well versed with Bootstrap itself, aswell as coding in Sass — but actually installing them both via npm / command line is new to me.
I managed to install Bootstrap via CLI easily enough, but I have no idea how to get Sass running.
Most YouTube videos recommend to use the Live Sass extension in VScode, but I hate the idea of that 🤮 I'd more prefer to have it running via CLI
I tried to install Sass via command-line but then I ended up with an additional node_modules folder in the directory above where Bootstrap was installed.
In the past, I'd used the 'Understrap' WP theme where I would use commands like npm run watch
But I'm no longer using Understrap.
I've also looked for tutorials on how to install Sass via npm but I can't figure out how to get it working with my Bootstrap installation
Can anyone point me in the right direction? A tutorial that covers both in one go would be idea.