1
00:00:00,670 --> 00:00:03,760
So first thing we're going to do is to create a React application.

2
00:00:03,970 --> 00:00:08,260
I know that we haven't discussed React yet, but it is helpful to have application by our side.

3
00:00:08,450 --> 00:00:13,450
I mean, just trying to learn, react and tanks to create React app reality, it's quite easy to create

4
00:00:13,450 --> 00:00:13,690
one.

5
00:00:14,470 --> 00:00:19,930
So if you scroll down, these three lines are all that we need to create and start with a React application

6
00:00:20,770 --> 00:00:26,560
and create React app, followed by the name of the app change directly into that particular folder and

7
00:00:26,560 --> 00:00:28,660
just npm started to start your project.

8
00:00:29,410 --> 00:00:30,700
So that's all we need.

9
00:00:30,820 --> 00:00:35,410
But prior to that, we also need to have Node.js installed in our system, so it's better to have a

10
00:00:35,410 --> 00:00:42,430
six version greater than six and try to have the latest version of the Node.js installed in the system.

11
00:00:43,090 --> 00:00:46,060
It's quite easy to do so, so I'm not showing you how to install node.

12
00:00:46,900 --> 00:00:48,130
So now let's get started.

13
00:00:48,340 --> 00:00:53,580
All you need to do is open up your terminal window, a command prompt and type the following words NPCs

14
00:00:53,650 --> 00:00:58,030
create React app, and in this case, the name of the app is going to be random person.

15
00:00:58,570 --> 00:01:00,730
It will take a few moments to create an application.

16
00:01:01,030 --> 00:01:02,470
By that time, you have to wait.

17
00:01:02,830 --> 00:01:08,020
And once that finished, you can easily see it into your particular project and then you have to up

18
00:01:08,020 --> 00:01:13,960
a curator in my GitHub visual studio code so I can use code space period.

19
00:01:14,680 --> 00:01:16,780
And this will open up the project and recorded it.

20
00:01:17,200 --> 00:01:22,570
So before we take into the source folder and run the following command and beam start.

21
00:01:22,870 --> 00:01:28,360
And this will start your server on localhost three thousand provided by web back.

22
00:01:29,080 --> 00:01:30,580
So this is our application.

23
00:01:31,240 --> 00:01:35,740
So if this is what you see, you have successfully created and launched your first React app.

24
00:01:36,550 --> 00:01:41,320
So in order to close it, go to your terminal and debug a mind control policy.

25
00:01:41,320 --> 00:01:42,460
And then, yes.
