Details
Every time i try to open local host on my browser (I have windows 10) It won't open on local host 3000. No matter what I try. It's very frustrating.
Node.js version
v16.15.1
Example code
This is from my index.js file
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
ReactDOM.render(
React.createElement("h1", null, "Heyyyyy Everyone!"),
document.getElementById('root')
);
Operating system
windows 10
Scope
not sure
Module and version
Not applicable.