Nodemon not refreshing page automatically
while setting up a MERN app, i was using nodemon to reflect code edits and render the new code in real time. I used npm i…
Category
Explore Node.js for building fast, scalable, event-driven applications using JavaScript, ideal for server-side programming and APIs.
2 articles
while setting up a MERN app, i was using nodemon to reflect code edits and render the new code in real time. I used npm i…
Express is an amazing framework. We can start running a server by writing only 4 lines of code.…