Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:01,617 --> 00:00:02,780
(Jonas) Now. All right.
2
00:00:02,780 --> 00:00:05,350
So the moment has finally come
3
00:00:05,350 --> 00:00:07,920
where we can lunch our project
4
00:00:07,920 --> 00:00:12,060
and deploy it to a live server on the internet.
5
00:00:12,060 --> 00:00:14,160
So let me show you how we can do that
6
00:00:14,160 --> 00:00:15,950
so that you can share your project
7
00:00:15,950 --> 00:00:17,530
with all your friends
8
00:00:17,530 --> 00:00:20,650
and tell them that you built this project by hand
9
00:00:20,650 --> 00:00:22,103
with your new skills.
10
00:00:23,770 --> 00:00:27,350
Now there are countless web hosting providers out there,
11
00:00:27,350 --> 00:00:30,965
and maybe you already have some kind of shared web hosting
12
00:00:30,965 --> 00:00:33,900
with some C panel going on.
13
00:00:33,900 --> 00:00:35,490
And so if you have that,
14
00:00:35,490 --> 00:00:39,110
then go ahead and deploy your website there.
15
00:00:39,110 --> 00:00:42,210
Maybe you even know already how to use FTP,
16
00:00:42,210 --> 00:00:45,070
and then you can do all that.
17
00:00:45,070 --> 00:00:46,690
However, here in this lecture,
18
00:00:46,690 --> 00:00:49,560
I will recommend a very, very nice
19
00:00:49,560 --> 00:00:52,830
and free service called Netlify.
20
00:00:52,830 --> 00:00:57,120
So let's write that here.
21
00:00:57,120 --> 00:01:00,513
So netlify.com.
22
00:01:01,870 --> 00:01:05,530
Now I'm not affiliated with Netlify in any way.
23
00:01:05,530 --> 00:01:08,460
So they do not pay me to tell you
24
00:01:08,460 --> 00:01:10,290
that this is the best service.
25
00:01:10,290 --> 00:01:13,030
It simply is the one that I love to use,
26
00:01:13,030 --> 00:01:14,760
and that I use all the time,
27
00:01:14,760 --> 00:01:18,440
and to where I have all of my projects personally as well.
28
00:01:18,440 --> 00:01:19,490
Okay.
29
00:01:19,490 --> 00:01:23,360
So basically this is just a service that you can sign up for
30
00:01:23,360 --> 00:01:26,460
and they will then host your website for free
31
00:01:26,460 --> 00:01:28,470
up until a certain point.
32
00:01:28,470 --> 00:01:30,910
So if you start to get more and more users,
33
00:01:30,910 --> 00:01:33,080
or if the website is really big,
34
00:01:33,080 --> 00:01:35,210
then at some point you will have to pay,
35
00:01:35,210 --> 00:01:38,470
but the free plan is very, very generous.
36
00:01:38,470 --> 00:01:42,490
And so that's why I love to recommend this application
37
00:01:42,490 --> 00:01:44,100
and this service.
38
00:01:44,100 --> 00:01:46,373
So I use it for myself also.
39
00:01:47,590 --> 00:01:50,600
So if you're convinced about this,
40
00:01:50,600 --> 00:01:52,893
then just go ahead and sign up right here.
41
00:01:54,160 --> 00:01:55,070
Right.
42
00:01:55,070 --> 00:01:57,160
And of course, I already do that.
43
00:01:57,160 --> 00:02:00,300
So just pause the video here while you sign up.
44
00:02:00,300 --> 00:02:03,153
And then once you're done, just come back here.
45
00:02:04,880 --> 00:02:05,713
Now okay.
46
00:02:05,713 --> 00:02:08,920
So hopefully you signed up for the service here
47
00:02:08,920 --> 00:02:11,500
and then once you open up the application,
48
00:02:11,500 --> 00:02:14,250
it should look something like this.
49
00:02:14,250 --> 00:02:17,450
Now they actually changed the layout here all the time.
50
00:02:17,450 --> 00:02:19,930
And so by the time you're watching this,
51
00:02:19,930 --> 00:02:22,720
probably it will look different.
52
00:02:22,720 --> 00:02:25,890
But what you need to do is to find some link
53
00:02:25,890 --> 00:02:27,950
that says sites.
54
00:02:27,950 --> 00:02:31,283
So right here, and then all the way at the end,
55
00:02:32,200 --> 00:02:34,410
at least that's how it works now,
56
00:02:34,410 --> 00:02:36,960
you find this field here.
57
00:02:36,960 --> 00:02:40,930
So here is where you can drag and drop a site folder
58
00:02:40,930 --> 00:02:43,230
and it will then get deployed.
59
00:02:43,230 --> 00:02:44,980
Now the favorite option here
60
00:02:44,980 --> 00:02:47,820
would be to use something called get,
61
00:02:47,820 --> 00:02:49,960
so that is version control,
62
00:02:49,960 --> 00:02:52,700
but for that, you would need to learn a lot more.
63
00:02:52,700 --> 00:02:54,280
And so let's not do that
64
00:02:54,280 --> 00:02:56,250
because we can also very simply
65
00:02:56,250 --> 00:02:58,683
just drag and drop our folder here.
66
00:03:00,050 --> 00:03:02,173
So let's do that again here.
67
00:03:04,110 --> 00:03:07,530
And so, yeah, this is the folder here.
68
00:03:07,530 --> 00:03:09,640
So the one that we have been working on,
69
00:03:09,640 --> 00:03:12,820
and so this is the final coat of our website.
70
00:03:12,820 --> 00:03:14,510
And in your case, you just,
71
00:03:14,510 --> 00:03:17,190
wherever you are in your file system,
72
00:03:17,190 --> 00:03:20,100
just take the folder that you have been working on
73
00:03:20,100 --> 00:03:22,853
and then drag and drop it into this area.
74
00:03:25,060 --> 00:03:26,933
All right. So it's uploading.
75
00:03:28,930 --> 00:03:33,480
So that's taking some time and that's actually it.
76
00:03:33,480 --> 00:03:37,970
So it has been deployed and it has this URL right here.
77
00:03:37,970 --> 00:03:41,200
So when I click this now, then,
78
00:03:41,200 --> 00:03:44,820
this is now actually a live version of this website,
79
00:03:44,820 --> 00:03:47,030
living on the internet.
80
00:03:47,030 --> 00:03:51,330
So congratulations for having now your very first site
81
00:03:51,330 --> 00:03:53,970
deployed to the internet.
82
00:03:53,970 --> 00:03:57,470
So great job. That's a really well done,
83
00:03:57,470 --> 00:03:59,883
and I hope a great achievement for you.
84
00:04:01,080 --> 00:04:02,865
Now the URL here,
85
00:04:02,865 --> 00:04:06,700
is basically composed of these random words.
86
00:04:06,700 --> 00:04:08,223
So let's change that.
87
00:04:09,370 --> 00:04:12,830
So we can change that here at the site settings.
88
00:04:12,830 --> 00:04:14,990
And again, by the time you're watching this,
89
00:04:14,990 --> 00:04:16,680
it might be different,
90
00:04:16,680 --> 00:04:19,700
but somewhere you will have to find some option
91
00:04:19,700 --> 00:04:21,453
to change the site name.
92
00:04:23,360 --> 00:04:24,810
So I just click here
93
00:04:24,810 --> 00:04:27,383
and then we can basically change the URL.
94
00:04:29,140 --> 00:04:31,280
So I can try Omnifood here,
95
00:04:31,280 --> 00:04:33,153
which probably is already taken.
96
00:04:35,070 --> 00:04:36,210
Exactly.
97
00:04:36,210 --> 00:04:38,770
So let's say dash, my name.
98
00:04:38,770 --> 00:04:41,493
So Omnifood dash Jonah's.
99
00:04:42,490 --> 00:04:44,770
And yeah, that is still free.
100
00:04:44,770 --> 00:04:46,920
And so now our website,
101
00:04:46,920 --> 00:04:51,153
or at least my website is at omnifoodjonas.netlify.app.
102
00:04:53,450 --> 00:04:58,370
So basically you'll have to sub domain on netlify.app.
103
00:04:58,370 --> 00:05:01,020
Now, if you want it to have a real domain,
104
00:05:01,020 --> 00:05:05,690
so not just this subdomain on netlify.app,
105
00:05:05,690 --> 00:05:08,550
for example, if you wanted omnifood.com,
106
00:05:08,550 --> 00:05:11,790
then you would have to purchase a domain for yourself,
107
00:05:11,790 --> 00:05:14,820
and point that domain to this website.
108
00:05:14,820 --> 00:05:18,963
And that you can do on something like GoDaddy or Hover.
109
00:05:19,940 --> 00:05:23,460
So personally, I use this one, Hover.com.
110
00:05:23,460 --> 00:05:26,710
And once again, they are not paying me to say this,
111
00:05:26,710 --> 00:05:29,353
it is just where I have all of my domains.
112
00:05:30,897 --> 00:05:31,730
All right.
113
00:05:31,730 --> 00:05:34,000
Then you can point your domain here,
114
00:05:34,000 --> 00:05:36,803
but that's a little bit out of the scope here.
115
00:05:38,720 --> 00:05:41,630
So you can do that here at domain management,
116
00:05:41,630 --> 00:05:45,000
and here then you will have all the instructions
117
00:05:45,000 --> 00:05:45,833
for doing that.
118
00:05:46,890 --> 00:05:47,750
All right.
119
00:05:47,750 --> 00:05:50,585
But just to show the site to your friends or to your family,
120
00:05:50,585 --> 00:05:52,520
this is more than enough,
121
00:05:52,520 --> 00:05:54,860
because now you can actually take this link
122
00:05:54,860 --> 00:05:56,320
and share it with your friends,
123
00:05:56,320 --> 00:05:59,820
like on social media or some messaging apps.
124
00:05:59,820 --> 00:06:00,760
Right?
125
00:06:00,760 --> 00:06:02,440
And then they will be able of course,
126
00:06:02,440 --> 00:06:04,790
to see your masterpiece
127
00:06:04,790 --> 00:06:06,970
and you will be able to tell them
128
00:06:06,970 --> 00:06:09,013
that you built this completely by hand.
129
00:06:10,580 --> 00:06:11,530
Okay.
130
00:06:11,530 --> 00:06:14,310
Now let's just inspect this here.
131
00:06:14,310 --> 00:06:16,170
Because as I mentioned before,
132
00:06:16,170 --> 00:06:19,053
I actually want to run the lighthouse test again.
133
00:06:20,060 --> 00:06:22,820
So now we have it deployed on a real website.
134
00:06:22,820 --> 00:06:25,398
And so now maybe that performance result
135
00:06:25,398 --> 00:06:27,950
will be a little bit different.
136
00:06:27,950 --> 00:06:30,240
So just run that here again,
137
00:06:30,240 --> 00:06:33,430
but hopefully with the optimizations that we did,
138
00:06:33,430 --> 00:06:35,333
we still will get a good result.
139
00:06:36,540 --> 00:06:40,370
So in fact, we got 99.
140
00:06:40,370 --> 00:06:41,350
So that's great.
141
00:06:41,350 --> 00:06:42,900
That's almost perfect.
142
00:06:42,900 --> 00:06:45,050
And the same here for accessibility
143
00:06:45,050 --> 00:06:47,333
and here we did get perfect scores.
144
00:06:48,440 --> 00:06:49,273
Now, of course,
145
00:06:49,273 --> 00:06:52,810
this is not enough to say that our site is perfect.
146
00:06:52,810 --> 00:06:55,800
So this is just an automated tool, but still,
147
00:06:55,800 --> 00:06:57,830
it's nice to have these metrics here
148
00:06:57,830 --> 00:07:00,040
with these great values.
149
00:07:00,040 --> 00:07:02,190
Now let's just see here on the performance.
150
00:07:03,240 --> 00:07:07,010
So, or first contentful paint is really small,
151
00:07:07,010 --> 00:07:08,603
which is quite important.
152
00:07:11,160 --> 00:07:14,913
Yeah. And here the issue is just the properly sized image.
153
00:07:16,470 --> 00:07:18,010
So the gallery here,
154
00:07:18,010 --> 00:07:20,450
they apparently might be a little bit smaller,
155
00:07:20,450 --> 00:07:21,283
but that's,
156
00:07:22,330 --> 00:07:24,713
well, the same thing here, but yeah.
157
00:07:25,810 --> 00:07:27,720
Those are not going to save so much.
158
00:07:27,720 --> 00:07:30,710
And as I said, I did not compress these
159
00:07:30,710 --> 00:07:33,583
because I didn't want to waste too much time there.
160
00:07:35,170 --> 00:07:36,300
All right.
161
00:07:36,300 --> 00:07:37,690
Great.
162
00:07:37,690 --> 00:07:39,480
Another thing that I wanted to mention
163
00:07:39,480 --> 00:07:43,160
is that this actually comes with HTTPS.
164
00:07:43,160 --> 00:07:44,740
So by default,
165
00:07:44,740 --> 00:07:47,550
you get an HTTPC certificate
166
00:07:47,550 --> 00:07:50,920
that Netlify will then basically update for you
167
00:07:50,920 --> 00:07:52,490
every couple of months,
168
00:07:52,490 --> 00:07:56,970
so that your site will stay secure forever.
169
00:07:56,970 --> 00:08:00,460
All right. And so now we are basically done.
170
00:08:00,460 --> 00:08:03,010
There's just one more thing that I want to do,
171
00:08:03,010 --> 00:08:05,710
which is to use the power of Netlify
172
00:08:05,710 --> 00:08:10,030
to now also make the form that we have on our website work.
173
00:08:10,030 --> 00:08:12,190
So that's something that I said I would leave
174
00:08:12,190 --> 00:08:13,910
for the end of the course.
175
00:08:13,910 --> 00:08:15,940
And so now in the next lecture,
176
00:08:15,940 --> 00:08:18,423
it is finally time to do that.
12397
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.