1
00:00:00,450 --> 00:00:02,550
So now they're just start creating an application.

2
00:00:02,940 --> 00:00:07,440
And thanks to Facebook, create React app utility, it's fairly simple to do so.

3
00:00:08,160 --> 00:00:14,490
If you just visit to the GitHub repository of Create React app or Facebook, you will see a bunch of

4
00:00:14,490 --> 00:00:15,090
three commands.

5
00:00:15,540 --> 00:00:17,130
And these are all you need.

6
00:00:17,520 --> 00:00:23,070
You need to create your React app, then just move into app and turn in and start, and that is going

7
00:00:23,070 --> 00:00:24,870
to launch your default application.

8
00:00:25,530 --> 00:00:31,920
Now, before we just create a React app, we need to have Node.js installed on our systems because without

9
00:00:32,340 --> 00:00:33,930
the NPCs, come on, the won't run.

10
00:00:34,620 --> 00:00:39,120
And so just downloaded from the official website, it's fairly simple to do so.

11
00:00:39,630 --> 00:00:46,020
And apart from Node.js, you also need to have a quality to be using voice code, but feel free to use

12
00:00:46,020 --> 00:00:51,810
any of the Code eight right around there because all you need to do is coordinate that and it is going

13
00:00:51,810 --> 00:00:58,140
to be a for this free and open source and you can get the Mac OS Windows installer as well as the Linux

14
00:00:58,140 --> 00:00:58,560
installer.

15
00:00:59,520 --> 00:01:05,070
Now let's just create a React app, and for that purpose, just open up your command prompt or terminal.

16
00:01:06,780 --> 00:01:11,790
Now, the first command that we need to run to create an application is an attack followed by the name

17
00:01:11,790 --> 00:01:12,180
of app.

18
00:01:12,540 --> 00:01:13,890
So let's just name it and.

19
00:01:19,390 --> 00:01:25,510
Now there is when and naming convention that I would like to address, and that is you just can't have

20
00:01:25,510 --> 00:01:27,370
an uppercase letter in the name of the app.

21
00:01:27,790 --> 00:01:30,250
Your app name should mean all lowercase.

22
00:01:30,550 --> 00:01:32,080
So let's just name it Breaking Bad.

23
00:01:37,700 --> 00:01:42,950
So this is going to be the name of our application and hit enter now it is going to take some time to

24
00:01:42,950 --> 00:01:44,420
create your React application.

25
00:01:44,570 --> 00:01:47,390
And by the time it does, you have to wait.
