1
00:00:00,530 --> 00:00:05,930
Now, therefore, creating our React app and thanks to Facebook, create React app utility, it's fairly

2
00:00:05,930 --> 00:00:06,710
simple to do so.

3
00:00:07,250 --> 00:00:10,550
All you need to run your React app three commands.

4
00:00:10,880 --> 00:00:16,340
And these are those bigger ones that we need to create and then a React application and create React

5
00:00:16,340 --> 00:00:17,750
app, followed by the name of the app.

6
00:00:18,260 --> 00:00:22,640
Then you are to move the app directly and then just run and start to start the application.

7
00:00:22,640 --> 00:00:29,300
So now there are some very requisites before you can actually install React application into a system

8
00:00:29,300 --> 00:00:34,520
and those are you need to have Node.js installed on a system without it, then because command won't

9
00:00:34,520 --> 00:00:34,820
run.

10
00:00:35,680 --> 00:00:41,440
And editorials, any type of coordinator, and I would prefer that you should use this code because

11
00:00:41,440 --> 00:00:42,850
it's an open source.

12
00:00:43,180 --> 00:00:47,740
It's completely free, it's regularly updated and they're quite handy features in it.

13
00:00:47,860 --> 00:00:50,920
Now free to use any other coordinator if you want.

14
00:00:51,220 --> 00:00:56,230
If you feel like as if he is is going to have you for your system like the atom or maybe sublime.

15
00:00:57,130 --> 00:01:01,090
But I would really prefer that you should use this code because it's quite good.

16
00:01:01,360 --> 00:01:03,550
Now, open up your terminal or command prompt.

17
00:01:05,490 --> 00:01:10,260
And we'll be getting our first look at applications, so for that, you need to rent for the first combine

18
00:01:10,260 --> 00:01:12,870
and text and create React app.

19
00:01:15,770 --> 00:01:19,490
Followed by the name of the app and the name of the app is going to be password generator.

20
00:01:24,380 --> 00:01:31,070
And one particular and PM naming restriction that is you need to have your the name of the app and all

21
00:01:31,070 --> 00:01:35,540
lowercase, you just can't have any uppercase letter because if you're going to do so, it is going

22
00:01:35,540 --> 00:01:38,620
to throw an error at using that into the new npm rules.

23
00:01:38,660 --> 00:01:40,190
You just can't have an uppercase letter.

24
00:01:40,940 --> 00:01:45,980
Now I just hit enter and you have to wait till the appointments complete and once it's done, really

25
00:01:45,980 --> 00:01:48,080
moving into our app and launching our first app.
