Bootstrap - adding package neccessary?

Hi,
I would like to use bootstrap in the way I use it on an apache server for example. I copied the “js”, “font” and “css” of bootstrap folders into the folder “client” of the meteor project. It seems not working.

Do I need to add some bootstrap packages?

You could technically add it like that, if you place it in the public/ folder and then link to the files in <head> but that’s definitely not how you’re supposed to do things.
Just enter meteor add twbs:bootstrap :slight_smile: (and read the tutorials)