hi all i used to work on MERN project for sometime but now my react app wont run on localhost:3000. So far i tried the following 
- Updated node.js/ reinstalled node.js
- create new app using npx create-react-appbut stilllocalhost:3000isn't working
I checked if port is opened or not using netstat -aon but localhost:3000 wasn't there. But 0.0.0.0:3000 is there. So my attempt to run telnet 127.0.0.1 3000 was not successful.
Am using windows 10 OS and latest version of nodejs 
 
     
     
     
     
    