How can I access the node_modules folder which is not included in the visual studio solution file from the wwwroot where my index.html is put. That index.html file need to reference the npm installed packages like angular.js.
But how?
I do not want to copy the whole node_modules folder into wwwroot. Those are not the files to live there...
I do not want to include the node_modules folder to the solution because that will slow down everything and hang up...
It seems Frontend development belongs not in VS...