1
00:00:00,510 --> 00:00:05,850
So now let's create React app, so for that purpose, you'll have to open your command prompt.

2
00:00:06,210 --> 00:00:11,830
If you are in a Mac machine, you'll have to open your terminal and just run the following command and

3
00:00:12,330 --> 00:00:15,270
create React app, followed by the name of the app.

4
00:00:15,270 --> 00:00:21,720
In this case, it is a remind us why I just need birthday reminder now, a point to be noted about naming

5
00:00:21,720 --> 00:00:25,920
her app, and that is, you cannot have capital letters in it.

6
00:00:26,130 --> 00:00:31,740
So if you want an image like birthday with a capital B., you just can't do that because it only allows

7
00:00:31,740 --> 00:00:33,990
us to write the names in lowercase.

8
00:00:34,710 --> 00:00:40,550
I reiterate you need to have no ID installed on a system, as well as since the quality that are using,

9
00:00:40,560 --> 00:00:45,000
whether it is via escort and will be editing our app on VSCO.

10
00:00:46,160 --> 00:00:48,320
Now, it might take some amount of time, depending.

11
00:00:50,290 --> 00:00:52,630
Now, it might take some time, depending upon your network.

12
00:00:52,750 --> 00:00:58,490
So once it's done, just seeding to your territory in making it clear silly birthday date in mind and

13
00:00:58,490 --> 00:01:00,370
hit and it will move you into the territory.

14
00:01:01,060 --> 00:01:05,740
And once it's done, very just open up our escort instance by running good.

15
00:01:06,610 --> 00:01:09,550
Now we have our pride right in front of us.

16
00:01:09,550 --> 00:01:14,140
If we take a look at our file structure, we see that we have node modules, we have public folder,

17
00:01:14,140 --> 00:01:15,130
we have source folder.

18
00:01:15,610 --> 00:01:20,080
Now Source Paula is a place that will be taking changes so that we can create an app.

19
00:01:20,980 --> 00:01:23,590
So take a look around if you want to.

20
00:01:23,800 --> 00:01:26,710
And next thing we do is start creating an app.
