I have already run
npm install bootstrap
and its located in the node_modules file, but I'm not seeing it link with my .html files. I know I can include the style sheets with the bootstrap url, but I'd rather set it up "right". Is there a certain file path I need to add to the index.html file, or something?
Thanks.