I am building a node and express application, I installed all the dependences including bootstrap jquery and popper.js with npm. Now I have a challenge of how I could really include or import all these dependences to be in use in my project
Asked
Active
Viewed 75 times
0
-
I learned by doing something like https://stackoverflow.com/questions/42839062/include-bootstrap-to-index-from-node-modules --- but what people do nowadays is `import boostrap` in something like vue / react https://stackoverflow.com/questions/40037657/how-to-include-bootstrap-css-and-js-in-reactjs-app – Cody G Nov 20 '21 at 05:44
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Nov 23 '21 at 11:50