Do I need to install Bootstrap every time I use it?

Hi guys, just started with Bootstrap and I have a question.
Do I need to install Bootstrap every time I use it?
Do I have to do npm install bootstrap for every project I do?

No! you have to just link your bootstrap file like you link css file in your Html (Head). when ever you work just link your bootstrap file and start working with it…Thank u.

1 Like

I would just use the cdn link and put that in the head of your index file. I actually don’t think I have ever installed bootstrap.

1 Like