Files & Folders structure React.
This folder will contain all react js dependencies.
This file is used by source control tool to identify which files and folders should be included or ignored during code commit.
This file contains dependencies and scripts required for the project.
src is one of the main folder in react project.
index.js is the file that will be called once we will run the project.
App.js is a component that will get loaded under index.js file. It will reflect if we do any change in app.js file HTML component and save it will reflect in localhost ://3000