1
00:00:01,110 --> 00:00:05,850
It looks like my project has been generated, so I'm going to change into that redux test directory

2
00:00:06,210 --> 00:00:10,230
and then going to install a couple of different packages, we're going to get in total five different

3
00:00:10,230 --> 00:00:10,820
packages.

4
00:00:11,040 --> 00:00:14,270
We're going to make sure that we use the exact same version between you and I.

5
00:00:14,790 --> 00:00:18,600
The reason we're going to use these exact same versions is just because the type definition files for

6
00:00:18,600 --> 00:00:20,950
these different libraries change rather frequently.

7
00:00:21,090 --> 00:00:24,990
So I want to make sure that you and I are going to eventually be looking at the exact same type definition

8
00:00:24,990 --> 00:00:25,500
files.

9
00:00:26,280 --> 00:00:29,490
So inside of our project directory, we will do an NPM install.

10
00:00:30,600 --> 00:00:34,740
Save act, and then, like I said, five different libraries.

11
00:00:35,010 --> 00:00:44,100
So a little bit of typing here, we will first get at Type's React redux at seven point one, point

12
00:00:44,100 --> 00:00:44,730
one five.

13
00:00:45,830 --> 00:00:49,700
Axios at zero to one point one.

14
00:00:51,530 --> 00:00:54,290
React redux at seven to two.

15
00:00:55,950 --> 00:00:58,020
Redux at four zero five.

16
00:00:59,460 --> 00:01:03,990
And finally, Redux Thunk at two point three point zero.

17
00:01:05,850 --> 00:01:06,660
And that should be it.

18
00:01:07,780 --> 00:01:10,980
They'll do the install that should install rather quickly.

19
00:01:11,280 --> 00:01:15,440
I'm just going to let it do its thing and while it runs, I'm going to open up a second terminal window.

20
00:01:17,580 --> 00:01:19,680
I'm going to start up my code editor inside there.

21
00:01:21,060 --> 00:01:23,580
And we'll do a classic NPM start.

22
00:01:27,850 --> 00:01:33,370
And of course, in just a moment or two, we should see a browser window appear at localhost three thousand.

23
00:01:33,790 --> 00:01:35,080
I'm going to pull open my browser.

24
00:01:37,690 --> 00:01:39,560
And we got our main landing page.

25
00:01:39,820 --> 00:01:40,270
Very good.

26
00:01:41,080 --> 00:01:45,430
OK, so let's make sure that all the dependencies get installed will continue in the next video and

27
00:01:45,430 --> 00:01:48,310
we're going to come up with a game plan for tackling this application.

