1
00:00:00,450 --> 00:00:02,580
So another to just start creating an application.

2
00:00:02,970 --> 00:00:07,440
And thanks to Facebook, create React app utility, it's fairly simple to do so.

3
00:00:08,190 --> 00:00:14,520
If you just visit to the GitHub repository of Create React app of Facebook, you will see a bunch of

4
00:00:14,520 --> 00:00:15,120
three commands.

5
00:00:15,570 --> 00:00:17,160
And these are all you need.

6
00:00:17,550 --> 00:00:21,870
You need to create your React app, then just moving the app and running and start.

7
00:00:22,200 --> 00:00:24,900
And that is going to launch your default application.

8
00:00:25,560 --> 00:00:31,560
Now, before we just create our React app, we need to have Node.js installed on our systems because

9
00:00:31,560 --> 00:00:33,960
without the NPCs, come on, the won't run.

10
00:00:34,620 --> 00:00:39,130
And so just downloaded from their official website, it's fairly simple to do so.

11
00:00:39,660 --> 00:00:42,600
And apart from Node.js, you also need to have a code editor.

12
00:00:42,930 --> 00:00:49,440
I would be using vs code, but feel free to use any of the code that are out there because all you need

13
00:00:49,440 --> 00:00:50,670
to do is coding that.

14
00:00:50,940 --> 00:00:56,910
And if there's going to be a voice code is free, it's an open source and you can get the Mac OS Windows

15
00:00:56,910 --> 00:00:58,590
installer as well as that Linux installer.

16
00:00:59,550 --> 00:01:05,070
Now let's just create a React app, and for that purpose, just open up your command prompt or terminal.

17
00:01:06,800 --> 00:01:11,810
Now, the first command that we need to run to create an application is an attack followed by the name

18
00:01:11,810 --> 00:01:12,200
of Yap.

19
00:01:12,590 --> 00:01:13,910
So let's just name it and.

20
00:01:19,410 --> 00:01:25,530
Now there is when and naming convention that I would like to address, and that is you just can't have

21
00:01:25,530 --> 00:01:27,390
an uppercase letter in the name of the app.

22
00:01:27,840 --> 00:01:30,300
Your app name should mean all lowercase.

23
00:01:30,570 --> 00:01:32,100
So let's just name it Breaking Bad.

24
00:01:37,750 --> 00:01:42,970
So this is going to be the name of our application and hit enter now it is going to take some time to

25
00:01:42,970 --> 00:01:44,440
create your React application.

26
00:01:44,590 --> 00:01:47,410
And by the time it does, you have to wait.
