1
00:00:00,390 --> 00:00:01,859
In this video.

2
00:00:01,890 --> 00:00:05,939
Let's set up our environment to get started with reactors.

3
00:00:05,970 --> 00:00:12,270
It simply means that the tools we need before we can start to write or use react.

4
00:00:12,390 --> 00:00:18,330
And the first thing we need to make sure you have been installed is called Node.js.

5
00:00:18,660 --> 00:00:25,740
And if you have been following me to this point, I believe you already have Node.js being installed.

6
00:00:25,920 --> 00:00:32,670
If you don't have it, download the Node.js source code or prebuilt installer for your platform and

7
00:00:32,670 --> 00:00:35,070
start developing the day is in.

8
00:00:35,100 --> 00:00:42,930
I mean, react is not just is an open source cross-platform JavaScript one time environment that executes

9
00:00:42,930 --> 00:00:45,450
JavaScript outside of a browser.

10
00:00:45,510 --> 00:00:49,110
That's the purpose of Nigeria is that we need to be installed.

11
00:00:49,470 --> 00:00:53,790
And if you don't have not just been installed, then follow me.

12
00:00:54,000 --> 00:01:01,380
So if you go to Google and visit Node.js dot org, it's great to you with this beautiful interface and

13
00:01:01,380 --> 00:01:05,340
you can change the theme based on your preferences.

14
00:01:05,550 --> 00:01:12,990
So we have two versions here, the ELTs and then the current little stable version and in the current

15
00:01:12,990 --> 00:01:13,680
version.

16
00:01:13,800 --> 00:01:14,280
All right.

17
00:01:14,280 --> 00:01:16,480
So there are two versions here.

18
00:01:16,500 --> 00:01:23,130
This one is the most recommended, simply means that for this one, all the APIs are stable.

19
00:01:23,160 --> 00:01:24,420
That is stable version.

20
00:01:24,420 --> 00:01:24,960
Right.

21
00:01:24,960 --> 00:01:33,660
But for the current, it has the latest features but is not yet being implemented in the ltas.

22
00:01:33,660 --> 00:01:38,340
So the current update of Node.js are being can be found under this.

23
00:01:38,340 --> 00:01:43,530
So by the time of recording this video, this is a version that we are going to use and if you have

24
00:01:43,530 --> 00:01:47,730
one, then you're good to go or what you need to do is click on that.

25
00:01:47,730 --> 00:01:54,030
Because I did dictate on my, my operating system and that's why because our mark so I click on the

26
00:01:54,030 --> 00:02:00,360
install line and I see that it's been downloaded here but I already have been installed.

27
00:02:00,540 --> 00:02:07,110
So to make sure that we have not just been installed, open your terminal, right, and then type with

28
00:02:07,110 --> 00:02:07,470
me.

29
00:02:07,470 --> 00:02:10,020
Node does V and hit enter.

30
00:02:10,979 --> 00:02:15,660
But at time of recording this video, this is the version that I'm using.

31
00:02:15,690 --> 00:02:16,140
All right.

32
00:02:16,140 --> 00:02:23,430
So you can install the exact version of Node.js as 16.1 5.0.

33
00:02:23,430 --> 00:02:25,520
So that will be on the same pipeline.

34
00:02:25,530 --> 00:02:27,510
That's the first thing you need to do.

35
00:02:27,540 --> 00:02:28,200
Great.

36
00:02:28,200 --> 00:02:36,510
So the next one is we need to install React JS and you have a dedicated video about how you're going

37
00:02:36,510 --> 00:02:37,940
to install RE at JS.

38
00:02:37,950 --> 00:02:39,720
For now, let's live it.

39
00:02:40,380 --> 00:02:45,210
And the last thing is installed your text editor right.

40
00:02:45,210 --> 00:02:52,050
And you have a couple of them sublime and many more about what you are going to use is called Visual

41
00:02:52,050 --> 00:02:55,350
Studio code or is code for short.

42
00:02:56,130 --> 00:03:02,110
So now that if you don't have these code holes to go to Google and then let's search for VTS code.

43
00:03:02,130 --> 00:03:02,580
Right.

44
00:03:02,580 --> 00:03:06,850
So V is good and let's get going.

45
00:03:06,870 --> 00:03:07,550
All right.

46
00:03:07,890 --> 00:03:16,950
Can go to code dot visual studio dot com and it can also download for your operating system.

47
00:03:17,250 --> 00:03:19,170
So now we are good to go.

48
00:03:19,170 --> 00:03:20,910
I have already downloaded that.

49
00:03:20,910 --> 00:03:23,580
So it is no time to waste here to download again.

50
00:03:24,210 --> 00:03:25,370
All right, guys.

51
00:03:25,380 --> 00:03:32,370
So now that we are done about setting up our environment in the next video, let's start how we are

52
00:03:32,370 --> 00:03:36,780
going to create our first React application.

53
00:03:36,780 --> 00:03:38,640
So let's get rocking.

