How to start my local server without npm start everytime I open my webpage being stored on my local machine?
Dear Aspirant,
In this case I suggest you must install NODEMON, by npm. The nodemon is going to be installed globally on your machine and the next time do not start the server with the node command but with the "nodemon app.js" command and server will keep running,
Hope this helps. Thank you.