I have been working with a node.js project for a few weeks and it has been working great. Usually, I use npm start to run my app and view it in a browser on loc
if you are using webstorm just make sure your default port is not 3000
from
file -> settings -> Build, Execution, Deployment -> Debugger
And there change
Built-in server port
and set it to "63342"
or see this answer
Change WebStorm LiveEdit Port (63342)