1
00:00:00,360 --> 00:00:04,140
Now, let's install certain dependencies that we need in application.

2
00:00:04,500 --> 00:00:07,200
And for that purpose, open up your inbuilt terminal.

3
00:00:08,990 --> 00:00:14,360
No sense, the stamina is always running open up to another terminal, and now they will be installing

4
00:00:14,360 --> 00:00:16,490
certain packages that we need in our application.

5
00:00:16,910 --> 00:00:20,840
And since we're using SAS and application, they will be installing, not SAS.

6
00:00:21,260 --> 00:00:23,690
So just run the command and I.

7
00:00:24,810 --> 00:00:26,090
No, says.

8
00:00:28,840 --> 00:00:36,670
Now, this is just a short form for install, so you can either install and PM I vote was pretty much

9
00:00:36,670 --> 00:00:38,050
the same and hit enter.

10
00:00:38,890 --> 00:00:44,360
Now this is going to install a into an application and once it's done, we can see that inside a package

11
00:00:44,360 --> 00:00:44,800
or Jason.

12
00:00:45,340 --> 00:00:52,720
At present, we have the dependencies such as React Dom, the Act Scripts and by but once noted installed,

13
00:00:53,160 --> 00:00:54,240
we will be able to see it.

14
00:00:54,270 --> 00:01:01,450
We're not part of no, do not ask that of you also needing another npm package for our process.

15
00:01:02,360 --> 00:01:07,930
Um, the name of the application is react positively, so let's install it now.

16
00:01:07,930 --> 00:01:11,860
Run on and install this time.

17
00:01:11,860 --> 00:01:12,330
That's good.

18
00:01:12,340 --> 00:01:13,990
I react.

19
00:01:16,650 --> 00:01:20,160
Testify now inside react.

20
00:01:20,550 --> 00:01:22,210
Things are quiet, like the Wild West.

21
00:01:22,230 --> 00:01:27,750
It's not that one thing that is working now might be working at a time when you are seeing this particular

22
00:01:27,750 --> 00:01:28,170
video.

23
00:01:28,470 --> 00:01:34,620
So if just for a safety purpose, I must say as a precautionary measure, just in the same vision as

24
00:01:34,620 --> 00:01:35,160
I'm having.

25
00:01:35,160 --> 00:01:41,850
So just right, just on the command npm install the actors if I read six point point eight.

26
00:01:42,720 --> 00:01:48,810
So once once you do this, you'll be having the same volume as me so that if you do, as I am doing

27
00:01:48,810 --> 00:01:51,720
in my code, it won't be giving you anything.

28
00:01:51,720 --> 00:01:52,710
So it's a bit of fun.

29
00:01:52,720 --> 00:01:53,250
I hit enter.

30
00:01:54,300 --> 00:02:02,040
Now this is going to install the reactive virus and here is a note says being installed and it is being

31
00:02:02,040 --> 00:02:02,430
running.

32
00:02:02,700 --> 00:02:05,280
So now let's discuss the full structure of our application.

33
00:02:05,730 --> 00:02:09,270
So primarily, we will be having only three folders inside Iraq.

34
00:02:09,360 --> 00:02:13,230
I mean, three files to open up your source directory.

35
00:02:13,230 --> 00:02:19,590
Then we close and public one and close of all the other components and inside the source that we make

36
00:02:19,590 --> 00:02:20,190
another file.

37
00:02:20,400 --> 00:02:22,500
And let's just name it getters.

38
00:02:25,300 --> 00:02:26,320
The GSX.

39
00:02:28,860 --> 00:02:35,370
Now, apart from this guy, the G6 will be also having another file and will be it messages or perhaps

40
00:02:35,370 --> 00:02:37,320
just message G6.

41
00:02:38,320 --> 00:02:43,060
So these are all three components that we need now, we need another file into it application and that

42
00:02:43,060 --> 00:02:46,390
is going to be for recess, so let's just name it styles.

43
00:02:47,430 --> 00:02:52,320
Nazi SS now S6's is the extension for SS files.

44
00:02:52,710 --> 00:02:53,610
So now hit enter.

45
00:02:54,610 --> 00:02:58,120
OK, so we have now all the components that we need to create an application.
