Anyone else get an error in Getting Started with React (18m): 5 / 9 5- Creating a React Component

I make sure everything was scripted/written out the exact same way as the lesson. Though I still get: ocalhost refused to connect.

Try:

ERR_CONNECTION_REFUSED

Pretty much I uninstalled every anti virus on my machine, made sure the proxy nor firewall would be an issue.

So…its the code

Hence: no idea what I did wrong. Each step from the video followed the same way. Anybody actually get this one to happen for them?

Pretty much… I can’t touch REACT because rest of lectures for React assume this got going for you.

So yeah. definitely looking to hear if anyone got this going and I’m simply failing somehow

Which lesson is causing this error?

Please provide the course name and the topic you’re inquiring about.

If it’s the ‘React 18 for Beginners’ course, your server is likely offline.

Run npm run dev in your terminal, then open http://localhost:5173 (based on your system the port number ‘5178‘ will be differed) in your browser to see the results.

i thick you use react cli, maybe try vite react , check the react documentation.