Im using this admin panel template and there are some node_modules scripts and files like :
<link rel="stylesheet" href="node_modules/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="node_modules/simple-line-icons/css/simple-line-icons.css">
And there is no node_modules folder of course. Im new at .net mvc, before I was using scripting langulage like PHP and I was using npm. How to deal with this in .net as compiled language (c#) ?