1
00:00:00,890 --> 00:00:03,350
So now will be starting a up.

2
00:00:03,710 --> 00:00:05,510
And for that purpose, they are to make one.

3
00:00:05,930 --> 00:00:09,340
And thanks to Facebook Feed React, happy reality.

4
00:00:09,380 --> 00:00:10,940
It's fairly simple to do so.

5
00:00:12,170 --> 00:00:16,100
All you have to do is just open up your terminal or command prompt.

6
00:00:20,460 --> 00:00:26,760
And these three commands are all that you need to create your reactor for and create React app, followed

7
00:00:26,760 --> 00:00:27,510
by the name of the app.

8
00:00:27,750 --> 00:00:30,390
Then you have to move and tap and start your terminal from there.

9
00:00:31,110 --> 00:00:35,970
Now, before you just start reading it up, there are some prerequisites and those are you need to have

10
00:00:35,970 --> 00:00:37,500
Node.js installed on a system.

11
00:00:39,270 --> 00:00:40,590
And apart from.

12
00:00:41,730 --> 00:00:46,440
And apart from New Jersey, also need to have Visual Studio code, which is available for both.

13
00:00:47,280 --> 00:00:50,280
I mean, all three platforms Windows, Linux as well as Mac.

14
00:00:50,910 --> 00:00:55,950
So if you are not compatible with this code and you feel like as if it's quite heavy for you, then

15
00:00:55,950 --> 00:00:59,370
feel free to use any of the creator of your own choice.

16
00:00:59,700 --> 00:01:04,740
But my personal preferences view is good because it comes with quite a handy features that helps in

17
00:01:04,740 --> 00:01:05,970
development of that application.

18
00:01:06,720 --> 00:01:11,970
Now I just opened up a terminal and then the following command NPCs create React app.

19
00:01:14,350 --> 00:01:16,150
And the name of our app is going to be.

20
00:01:18,260 --> 00:01:19,190
Random quotes.

21
00:01:24,730 --> 00:01:25,810
And now head into.

22
00:01:27,430 --> 00:01:32,410
Now it is going to take some amount of time to create React app, and by that time we have to actually

23
00:01:32,440 --> 00:01:32,740
wait.

24
00:01:33,070 --> 00:01:36,430
And once it's done, we'll be moving into our app.
