All language subtitles for 17. Deploying Angular Apps

af Afrikaans
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,280 --> 00:00:06,170 As I mentioned at the end of last video there really is just one last very small thing I want to take 2 00:00:06,170 --> 00:00:11,450 care of right now our application looks fantastic and it definitely works as expected but we can only 3 00:00:11,450 --> 00:00:14,620 access it on our local computer by going to a local host. 4 00:00:14,630 --> 00:00:15,860 Forty two hundred. 5 00:00:16,030 --> 00:00:20,210 Well I think you would be great if we could somehow share this application with our friends or even 6 00:00:20,210 --> 00:00:25,090 include it on our profile so that we can show it to potential employers or whatnot. 7 00:00:25,230 --> 00:00:32,030 In this video we're going to figure out how to very easily deploy a angular application to deploy our 8 00:00:32,030 --> 00:00:32,660 app. 9 00:00:32,690 --> 00:00:35,520 We're going to use a free service called now. 10 00:00:35,720 --> 00:00:41,210 This is a command line tool that is going to automatically deploy our angular application for us is 11 00:00:41,270 --> 00:00:47,630 100 percent free to use and it's going to make our application available to everyone else online though 12 00:00:47,750 --> 00:00:48,350 to access. 13 00:00:48,350 --> 00:00:52,160 Now I want to show you the documentation very quickly just in case you're curious. 14 00:00:52,310 --> 00:00:54,510 You can open up a new browser tab and go to it. 15 00:00:54,520 --> 00:00:58,920 Now dot SDH but this is the home page of now. 16 00:00:58,920 --> 00:01:01,350 Again you can take a look at some the documentation on here. 17 00:01:01,350 --> 00:01:04,710 If you want to make use of now is a really straightforward. 18 00:01:04,710 --> 00:01:06,930 You really don't even have to look at the documentation. 19 00:01:06,960 --> 00:01:07,950 So don't sweat it. 20 00:01:08,010 --> 00:01:12,630 Let's just go back over to our terminal and figure out how to actually use this thing by going to go 21 00:01:12,630 --> 00:01:14,040 back to my terminal. 22 00:01:14,070 --> 00:01:20,310 I'm going to once again open up a second terminal window and again navigate into my P.W. project directory 23 00:01:21,430 --> 00:01:29,980 once there and then going to install the now command line tool by running npm install dash G. 24 00:01:30,090 --> 00:01:38,940 Now don't forget the dash G on their once now is installed and then going to access it by running it 25 00:01:38,940 --> 00:01:39,540 now. 26 00:01:39,570 --> 00:01:41,310 And I want to specifically log in. 27 00:01:41,310 --> 00:01:41,800 So I'll say. 28 00:01:41,820 --> 00:01:43,470 Now log in. 29 00:01:43,710 --> 00:01:45,320 Really need to log into now. 30 00:01:45,330 --> 00:01:50,810 The very first time that we run it once we run that command we prompted to enter in our email. 31 00:01:50,940 --> 00:01:53,220 Entered my email like so. 32 00:01:53,220 --> 00:01:57,210 And then we we will be told that we were just sent an email address. 33 00:01:57,210 --> 00:02:03,150 You're going to now open up your email and find the email that now just sent to you so I just opened 34 00:02:03,150 --> 00:02:05,070 up my email on a second screen. 35 00:02:05,100 --> 00:02:10,830 Here's what was sent to me inside this e-mail or given a little button that we have to click on to log 36 00:02:10,830 --> 00:02:11,750 in. 37 00:02:11,750 --> 00:02:16,180 We'll click on verify right there and that is pretty much it. 38 00:02:16,200 --> 00:02:22,080 I am now logged in if I go back over to my terminal window I'll be told congratulations you're now logged 39 00:02:22,080 --> 00:02:27,670 in but you actually deploy something all we have to do is navigate to our project directory and run 40 00:02:27,670 --> 00:02:29,380 the very simple command. 41 00:02:29,380 --> 00:02:30,440 Now that is it. 42 00:02:30,460 --> 00:02:37,240 Nothing else go inside this P.W. project directory will now execute now and then we will be told that 43 00:02:37,240 --> 00:02:42,160 we are deploying our application now when we deploy our application it's going to take just a little 44 00:02:42,160 --> 00:02:44,250 bit to deploy it for the very first time. 45 00:02:44,410 --> 00:02:49,030 I've already deployed this application once already just like a minute or two ago because to be honest 46 00:02:49,030 --> 00:02:51,220 this is my second time recording this video. 47 00:02:51,520 --> 00:02:56,110 So for you it's going to take like one to five minutes to actually deploy the application. 48 00:02:56,110 --> 00:02:59,800 Once the deployment is all done you will be kicked back to your command line. 49 00:03:00,010 --> 00:03:03,250 And the last message you're going to see is something it says like this right here. 50 00:03:03,250 --> 00:03:06,010 Ready deployed two and then a link. 51 00:03:06,250 --> 00:03:09,450 That is where your application is publicly available. 52 00:03:09,520 --> 00:03:11,860 You can now take that link right there. 53 00:03:11,860 --> 00:03:16,240 Open it up inside of your browser and you will see our application. 54 00:03:16,240 --> 00:03:19,640 You can share this link with friends and allow them to use the password generator. 55 00:03:19,660 --> 00:03:21,430 You just put together. 56 00:03:21,610 --> 00:03:22,030 That's it. 57 00:03:22,030 --> 00:03:22,560 That's how we. 58 00:03:22,570 --> 00:03:27,010 Very simply very easily deploy an angular application. 59 00:03:27,010 --> 00:03:31,810 Now of course there are a tremendous number of other ways that we can use to deploy an angular app. 60 00:03:31,810 --> 00:03:33,380 This is not the only way to do it. 61 00:03:33,400 --> 00:03:38,140 This is just a very simple way to make your application publicly available and it's free to use which 62 00:03:38,140 --> 00:03:40,700 is obviously fantastic. 63 00:03:40,700 --> 00:03:44,700 All right so now we've deployed our application I think we're all wrapped up with this thing. 64 00:03:44,720 --> 00:03:49,420 I want to do just a very quick review on some of the high level topics we addressed in this application. 65 00:03:49,420 --> 00:03:53,060 The one more pause and we'll do one National Review in just a moment. 6484

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.