Now let's create a React project.
So for that, we'll go to our browser and we'll search for creating, react, and.
And we'll go to this link and you won't even get all the steps that are required for this creating a
project.
So for that, this is the government.
You have to run in your terminal and create react, death and the name of the app.
You can give any name you want.
So just go to my terminal and here you can see that I already created a folder and here I'll write MPC's
Create React app and let's give it React codes.
Now this will take some time.
Reinstall all the dependencies.
Once this is done, will come back, will go to code and will understand the folder structure in a newly
created React project.
function Welcome(props) {
return <h1>Hello, {props.name}</h1>;
}

0 Comments