After creating a new react app using create-react-app, once I start the dev server via npm start, the server started and shows this:
I'm sure that until last week I could open http://localhost:3000 to see the new created app in browser, but now it doesn't work any more and shows this:
But, it works if I open http://192.168.119:3000
I haven't changed anything inside my .hosts file.
Does any one know why I cannot use http://localhost:3000 any more?