I have a node server set up and have installed jQuery using the following command:
npm install jquery
I am a beginner to Node and wanted to know how to actually put jQuery to use when it is installed by npm. Is it just as easy as linking the files in the head of the web page just like we would link it on a static HTML page?
I want to use it develop a simple web page with some bootstrap designing