I have a coding challenge where I am required to rebuild a website page. I finished that just using HTML and CSS but my interviewer is giving me these instructions for bonus points but I'm not sure what he wants me to do since I don't have experience in node:
If you use node and I can run it with npm install && npm run. If you go this route, do NOT send the node_modules folder.f you use a preprocessor (i.e. SASS or LESS), please send those along with the compiled version. I should not have to compile your stylesheets.
What does he mean exactly? I'm a beginner to node and I tried googling some information, but don't see where I can learn more about npm install and npm run. Can someone explain in a nutshell what I should do?