All language subtitles for 5. Boilerplate Cleanup

af Afrikaans
sq Albanian
am Amharic
ar Arabic
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 Download
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,270 --> 00:00:06,910 This is going to be a pretty quick video where we're really just going in and removing some of that 2 00:00:07,020 --> 00:00:13,810 boilerplate from when we started our project up and then we're going to make sure that the project files 3 00:00:13,890 --> 00:00:20,730 that you should have downloaded are in the correct place for us to begin our project all right. 4 00:00:20,790 --> 00:00:27,690 So I made my icons really big so hopefully that's easier for you guys to see without me having to zoom 5 00:00:27,690 --> 00:00:34,530 it in but you'll see on the desktop I have the project one files they should have been downloaded at 6 00:00:34,530 --> 00:00:36,670 the end of the first section. 7 00:00:36,700 --> 00:00:42,030 They're attached to that last lecture so if you don't have that go back and find that the project 1 8 00:00:42,030 --> 00:00:50,460 files and if you go ahead and extract that it has this folder and inside of this folder we have the 9 00:00:50,460 --> 00:00:53,320 assets folder assets and animations. 10 00:00:53,400 --> 00:01:00,660 So we're gonna go ahead and go into the source folder within our project directory and we're going to 11 00:01:00,660 --> 00:01:04,830 just drop the assets and the animation folder right there. 12 00:01:04,860 --> 00:01:08,360 So you can see that. 13 00:01:08,630 --> 00:01:17,700 So we have the assets and the animations folder inside of the source folder of our arc development project 14 00:01:17,790 --> 00:01:18,750 directory. 15 00:01:18,750 --> 00:01:26,220 So once you have that all we need to do is open up our project directory in your code editor and change 16 00:01:26,220 --> 00:01:37,230 the app file so in my terminal for Mac or your command line on windows I'm going to change into my documents 17 00:01:38,580 --> 00:01:45,750 directory and inside there change into the arc development directory which is where I created the project. 18 00:01:45,750 --> 00:01:52,740 And here I'm just going to run Adam and then a period and that will open up that folder within my code. 19 00:01:52,750 --> 00:01:55,440 ED All right. 20 00:01:55,470 --> 00:02:02,850 And once your code Ed is open we can go ahead and start removing a couple of the default files that 21 00:02:02,850 --> 00:02:04,160 we aren't going to need. 22 00:02:04,260 --> 00:02:13,490 And it will start by going over here and removing this service worker the logo dot SPG the index does 23 00:02:13,560 --> 00:02:20,360 CSX the app dot CSX and the app dot test dot CSX. 24 00:02:20,400 --> 00:02:24,910 We can go ahead and delete all of those. 25 00:02:24,950 --> 00:02:31,330 Now we need to go in and change a couple of the files so in our app dot J.S. file. 26 00:02:31,340 --> 00:02:36,650 So here under the source folder app dot J.S. is the file I already had open. 27 00:02:36,650 --> 00:02:40,020 We can go ahead and remove this entire header tag. 28 00:02:40,070 --> 00:02:44,390 So we're just going to get rid of all of that and inside of this div it's just put. 29 00:02:44,570 --> 00:02:45,150 Hello. 30 00:02:46,010 --> 00:02:54,170 So then we can go up here and get rid of the button from material UI and the logo icon that we deleted 31 00:02:54,590 --> 00:02:56,480 as well as the app does. 32 00:02:56,480 --> 00:03:05,380 Yes yes because we deleted that to you can go ahead and save that app dot J.S. file and then move on 33 00:03:05,380 --> 00:03:07,750 to this index file. 34 00:03:07,890 --> 00:03:14,370 So one of my Adam plugins over here is causing problems so I'll fix that in just a second. 35 00:03:15,370 --> 00:03:19,300 But that shouldn't have anything to do with your environment setup. 36 00:03:19,540 --> 00:03:25,900 And here in the index file we can just remove our index dos RSS. 37 00:03:26,070 --> 00:03:30,040 So we did delete that and we also deleted the service worker 38 00:03:33,400 --> 00:03:40,990 then you can come down and delete this here which is also for the service worker and save that as well. 39 00:03:40,990 --> 00:03:49,120 Again this pop up is just a problem with my pretty or react or pretty or atom plugin but now that we 40 00:03:49,120 --> 00:03:52,860 have that all cleaned up we should be good to go. 41 00:03:52,900 --> 00:04:01,270 Except I did just notice that over here this logo 1 9 2 and a logo 512 we can go ahead and get rid of 42 00:04:01,270 --> 00:04:10,020 both of those under the public directory because those were also for the react boilerplate So with all 43 00:04:10,020 --> 00:04:10,810 of that cleared. 44 00:04:10,820 --> 00:04:17,660 Let's go back to the terminal where we're inside of our project directory and just give then NPM start 45 00:04:17,900 --> 00:04:23,330 to get the development server up which will open up a browser window and we can just make sure that 46 00:04:23,330 --> 00:04:28,370 we see that little hello from the div that we had left in app J.S.. 47 00:04:28,550 --> 00:04:30,530 And you can see there it is. 48 00:04:30,530 --> 00:04:37,640 So we are all set to completely from scratch get started building our project starting with the header 49 00:04:37,880 --> 00:04:39,130 in the next video. 5414

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