I'm self-teaching Javascript/Node development. I understand how npm installs packages for the Node app which runs on the server. What I can't wrap my head around is how npm helps me with the frontend, e.g. if I npm install leaflet I install it on the server side, in the Node app, right? How does that help me with the frontend then?
0 Replies