1
00:00:00,630 --> 00:00:04,110
So, all right, now, we'll be starting to set up a first reactor.

2
00:00:04,260 --> 00:00:09,810
I know we haven't discussed reacted, but it's quite handy to have a bio side when trying to learn react.

3
00:00:10,230 --> 00:00:16,590
So for that purpose, only creating a reactor and thanks to Facebook, create React app utility, it's

4
00:00:16,590 --> 00:00:17,820
fairly simple to do so.

5
00:00:18,450 --> 00:00:23,520
All you need these three commands and create React app, followed by the name of the app.

6
00:00:23,970 --> 00:00:29,220
Then you have to move into the app as well as then you will just start your app and that is going to

7
00:00:29,220 --> 00:00:31,260
launch your first application.

8
00:00:32,070 --> 00:00:38,010
Now, before we just start making a come on, you need to have these two softwares already installed

9
00:00:38,010 --> 00:00:38,520
in the system.

10
00:00:38,730 --> 00:00:42,360
One of them is the Node.js, because without it then breaks command won't run.

11
00:00:42,780 --> 00:00:45,450
And other than this, you also need to have a code reader.

12
00:00:45,750 --> 00:00:52,740
And I would prefer to have it in my system because it's and I would prefer vs code because it's free

13
00:00:52,740 --> 00:00:57,300
and open source, and it has quite a handy features that might help us so.

14
00:00:57,760 --> 00:00:59,790
So now let's just start creating an app.

15
00:00:59,790 --> 00:01:02,520
So for that purpose, just open up your command prompt or terminal.

16
00:01:08,460 --> 00:01:11,310
Now, the first one that will run is the NBC's jacked up.

17
00:01:20,800 --> 00:01:24,760
Followed by the name of the app, now there is one particular restriction that I would like you to be

18
00:01:24,760 --> 00:01:30,670
aware of, and that is you just can't have any lower uppercase words in the name of app.

19
00:01:31,030 --> 00:01:33,160
So app has to be all lowercase.

20
00:01:33,520 --> 00:01:34,720
So let's name right up.

21
00:01:43,100 --> 00:01:47,930
And hit enter now it is going to take some amount of time to configure there by the time you too late.
