How React serves?
When you do.
npm start
index.html will be served in web browser.
Now, index.html contains root dom node and as it served the control goes to it's javascript file which is index.js.
Now, the index.js having below rander function.
ReactDOM.render(
<...
ajaybaraiya6.hashnode.dev1 min read