I started learning react from yesterday. So I created new react app using command
npx create-react-app firstapp
.
When I opened the console in my browser (firefox),
[HMR] Waiting for update signal from WDS..
I was getting this message. I also tried to print on console using log. But console only shows the above message. I saw various questions on stackoverflow, but none worked. I saw an exact question which matches one, but no one answered it. Please tell me if I had done anything wrong. Did I created the app with correct command or anything else should be added.
Also I want to build MERN stack application. I also encountered with Next.js Can someone explain what is next.js and difference between next.js and MERN
Any help would be appreciated, please. Thanks in Advance..