1
00:00:00,020 --> 00:00:00,440
All right.

2
00:00:00,440 --> 00:00:03,950
And up next, I want to install all the libraries we're going to use.

3
00:00:04,880 --> 00:00:07,850
On our front end for this project.

4
00:00:08,180 --> 00:00:10,370
How do I know which libraries I'm going to use?

5
00:00:10,370 --> 00:00:12,380
Well, because I've already completed the project.

6
00:00:12,410 --> 00:00:18,980
The reason why I want to install all of them at the same time because I find it annoying while I'm recording.

7
00:00:19,870 --> 00:00:26,110
That I need to stop and start up the server, especially once we have the server.

8
00:00:26,960 --> 00:00:29,600
Of course, this is totally optional if you're not interested.

9
00:00:30,470 --> 00:00:31,820
You don't have to do it.

10
00:00:31,820 --> 00:00:36,650
And yes, I will share specific commands we need to use in the Readme.

11
00:00:37,600 --> 00:00:43,810
So if you want to install for your own projects or you want to do it in this project, you can definitely

12
00:00:43,810 --> 00:00:45,550
do it one by one.

13
00:00:45,700 --> 00:00:49,890
But in my case, like I just mentioned, I will install all of them.

14
00:00:49,900 --> 00:00:57,880
If you want to do the same thing, then just navigate to the Readme and grab this code.

15
00:00:58,240 --> 00:01:05,260
And yes, I'm using specific versions because of course there is a possibility that with a newer version

16
00:01:05,260 --> 00:01:07,240
some things might change.

17
00:01:07,240 --> 00:01:12,190
And again, this is something that you need to keep in mind if you're using later version.

18
00:01:12,960 --> 00:01:17,970
You'll have to troubleshoot if there are some differences in the setup.

19
00:01:18,330 --> 00:01:20,910
So let me take this line of code.

20
00:01:21,910 --> 00:01:27,910
Navigate to my terminal, to the integrated terminal on Visual Studio code.

21
00:01:28,010 --> 00:01:29,830
I'll pretty much stop everything.

22
00:01:30,220 --> 00:01:35,320
Clear, Guess copy and paste, and I'll just run this command again.

23
00:01:35,350 --> 00:01:42,250
Effectively, it just installs all the libraries we're going to use in this project with the specific

24
00:01:42,250 --> 00:01:49,780
versions, and that way I can just spin up my server and I don't need to worry about.

25
00:01:50,620 --> 00:01:56,020
Stopping the server each and every time I want to install some specific library.

26
00:01:56,020 --> 00:02:00,160
And yes, we'll do pretty much the same thing on a server as well.

27
00:02:00,160 --> 00:02:03,790
And with this in place we can start working on our routing.

