How to host your website for free

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 819

  • @BneiAnusim
    @BneiAnusim 5 лет назад +6

    I have mine in Heroku for about two years and is totally free! You can have even teams (up to 5 members) and continuously deliver apps from dev to staging and production. Also, you can use custom domains and git.

    • @KevinPowell
      @KevinPowell  5 лет назад +1

      Heroku is awesome, but overkill for simple things :). For web apps though, it's great :D

    • @nikhiltyagi1080
      @nikhiltyagi1080 5 лет назад +1

      Doesn't heroku free hosting has a downtime slot everyday when your website goes to sleep.and can't be acessed

    • @CleverCheats
      @CleverCheats 5 лет назад

      Does it? I've used it to host a discord bot I coded in JavaScript.

  • @ari_archer
    @ari_archer 3 года назад +20

    i've been using netlify for testing things and i love it even after 1 year of using it

  • @westganton
    @westganton 3 года назад +4

    Very cool alternative to AWS S3 static website hosting. The 125k free Netlify function invocations per month open up a lot of options for dynamic actions for a static site, like a contact form.
    The same thing can be accomplished in AWS with API Gateway and Lambda but each of those services has a cost, albeit not much if you don't get much traffic. Thanks a lot. I'm sold

  • @deliriumcode
    @deliriumcode 4 года назад +35

    Man this was so easy to understand, you are a great presenter / teacher!
    Thanks a bunch!

  • @theegreatestever2420
    @theegreatestever2420 4 года назад +1

    I cannot believe how easy it was to set up the netlify thingy...I have been scratching my head for over a week now and working on getting money but lol this will save me cause I can now have people review my site before I actually deploy it like we do in the responsive portfolio course you have (*card got declined cause I have insufficient funds)

  • @TheAniMob
    @TheAniMob 4 года назад +8

    Wow! Thanks so much, I'm watching this 2 yrs from when this vid was published, and the method works great! I really appreciate it! keep up the good work

  • @mises9863
    @mises9863 4 года назад +2

    There is a firebase too. And it might be not only for static pages. You can use Firebase functions to auto generate pages like regular server. Functions are for free. Each month you got 1-2 milions free function calls (above it cost about 0.4 USD per milion. Really cheap). It works like it's turning on in one second mini server and generate what ever you want and turn's off.

  • @ari_archer
    @ari_archer 4 года назад +21

    HELL YES - I JUST MADE A BLOG WEBSITE

    • @eduardooliveira14133
      @eduardooliveira14133 3 года назад

      I jus found this, I'm so excited to get started my own website

    • @ari_archer
      @ari_archer 3 года назад

      @@eduardooliveira14133 nice, I actually deleted my website, but now I have another one, the blog sute was terrible, but now I'm kinda proud of my site, since i left this comment i started using scss instead of css and typescript instead of JavaScript, it's really fun

    • @eduardooliveira14133
      @eduardooliveira14133 3 года назад +1

      @@ari_archer Humm cool, I just started my front end studies, I hope update my level soon, front end is awesome

    • @ari_archer
      @ari_archer 3 года назад

      @@eduardooliveira14133 ;)

    • @Skaffa
      @Skaffa 3 года назад

      Nice, what's the URL, I would like to see your site

  • @successandyou7879
    @successandyou7879 3 года назад +3

    i struggled 5hours i swear to god i was so angry cause i watched all the videos and nothing seemed to work
    thank you so much for this video
    im not that type of person that writes a comment and english is not my language
    but i wanted to thank you for this video cause it is so helpful

  • @TeaMHackeRPiratE
    @TeaMHackeRPiratE 5 лет назад +12

    Github pages are 100GB bandwidth limit per month.
    So shrink as much as you can for hosting files and images.
    You can't shrink codes but you can for files hosted through github to others like google.

    • @edoctorr
      @edoctorr 5 лет назад +1

      If it's only 100Gigs of Bandwidth, then is it worth learning html to build a website from scratch? I'm seriously looking into building my own brand and I feel like designing my own website will definitely draw traffic. Or should I just use WordPress and call it a day :/

  • @alezanders
    @alezanders 3 года назад +8

    Is there a way to set up a custom email and email forwarding with Netlify? It would be really great to switch over but that might be a dealbreaker if it’s not an option.

  • @crowebro9581
    @crowebro9581 2 года назад

    This is exactly what I needed to know this week. I know you posted this well over a year ago but it showed up in my feed when I needed it. 😆

  • @zigaudrey
    @zigaudrey 3 года назад

    I was looking for a website host! Discovering Github gives me hope and then there is Netify.
    Questions:
    -Can we suspend a project? If yes, for how long? Does the project deletes itself when let it for too long?
    -Is the size limit still 100Mb?
    -How many separated sites can we deploy? (I plan to combine many sites as one, like a library)
    -Is there a difference between GitHub and Netify? Are they "working together"?
    -Do we need to join GitHub?

  • @sebascarra
    @sebascarra 4 года назад

    This is actually very good for a personal website. Just don't buy the domain from them, it can get pretty expensive. Get a domain from GoDaddy then host it on Netlify, for instance.

  • @lwa.dev74
    @lwa.dev74 4 года назад +3

    Hey kevin, just a quick question... is there a storage limit to hosting static sites on netlify..? and can I host maybe a few project blog sites..?

    • @dinedine150
      @dinedine150 4 года назад +2

      Just a little suggestion - NEVER use free hosting if you are serious with your sites! Free hosts are bad or turn bad soon, always!! Go for some real and proven hosting like did.li/a2hosting66off you can host several blog sites there, it is one of the fastest and still incredibly cheap

  • @Randshowz
    @Randshowz 5 лет назад

    Thank God i found you, i have always been looking for a channel to learn coding all my life but believe me no one does it better than you.

    • @KevinPowell
      @KevinPowell  5 лет назад

      Thanks so much, and I'm glad that you're finding my content useful! 😁

  • @Albarghouthi
    @Albarghouthi 5 лет назад +12

    I know you said deploying a website through gethub first gives you version control as opposed to uploading the entire website folder every time you have an update. Would this still be the case if you have graphic updates as well? Which would you say is more streamlined and easier?
    Thank you for everything.

    • @KevinPowell
      @KevinPowell  5 лет назад +1

      Do you mean doing graphic updates on a webpage, like changing images and the like? Then yup, I'd still go the git way. So muc hsafer of a way to work, and nice to be able to track all the changes really easily.

  • @jenninexus
    @jenninexus 4 года назад

    I'm building my portfolio and this seems like a good idea for hosting different sites I make, so I can display the examples on my site.

  • @Adanmacreates
    @Adanmacreates 5 лет назад +18

    You are a LIFE SAVER. I'm broke in college but want to build my own site anyway, and don't need a bunch of bloat like wordpress or squarespace

  • @LUKAS-bb4jc
    @LUKAS-bb4jc 4 года назад

    Thanks a lot I just created a very simple HTML/CSS website and hosted the Google Adsense code ! (To use Admob to add ads to applications), idk why it asks for a website but it’s done !

  • @md.abdulhaquesarder7530
    @md.abdulhaquesarder7530 3 года назад

    Dear Brother,
    During covid, I have learnt HTML, CSS, a bit of JavaScript and SQL.
    I wish to make web-based software like
    1. Income-Tax computation, completion of Tax Return on-line and then print the Return for submission;
    2. Accounting Software like QuickBooks for easy accounting;
    3. Homeopathy remedy finding in easy way; and
    4. Many more.
    Now, could you please advise, as to which programming languages I should learn? Or any advise, please.
    Regards,
    Sarder

  • @victoria4844
    @victoria4844 4 года назад

    Hi Kevin..Thanks for the info. I am currently using WordPress free version and no hosting. But I realize that my WordPress blog is not index in google search engine. Do you think I need to upgrade with a hosting plan? Netlify looks amazing, if I create an account with Netlify, will my be website be indexed?

  • @allex3842
    @allex3842 6 лет назад +3

    I've been looking for a free web hosting service for quite a while just so I can show my projects to other people faster. Thank you a lot, keep up the good work.

    • @KevinPowell
      @KevinPowell  6 лет назад

      No problem, glad this can help you out Alex!

    • @josha4913
      @josha4913 5 лет назад +1

      Allex check out simplesilo.app, it was built for the exact purpose of showing projects to people faster, hope it helps.

    • @HenryT
      @HenryT 5 лет назад

      I prefer x10hosting (if you need to use PHP), otherwise it's much easier to use GitHub Pages.

  • @akj3344
    @akj3344 3 года назад +5

    Very good video mate. Exactly what I was looking for. Nothing too in-depth and concise.

  • @jamesmurphy369
    @jamesmurphy369 2 года назад

    What is this Jaco or Jako tool you use? I've tried doing a search but I don't get any relevant results.

  • @phiz4420
    @phiz4420 4 года назад +1

    Thank you so much for this video! I struggled to find a free place to host my portfolio this video helped me a lot!!

    • @raxsuv1270
      @raxsuv1270 3 года назад

      So after you have deployed your site after a month they dont start billing us r8? Just wanted to know if its completely free for a free plan

    • @divib1313
      @divib1313 3 года назад

      Hey ! I also wanna make a website for my portfolio. Can you please guide me ?

  • @julienbongars4287
    @julienbongars4287 6 лет назад

    you can deploy more intelligent pages to heroku for free. Just note that heroku will refresh the state of your application after awhile so it's important you only use it for RESTful applications only.

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      Heroku is awesome, but if all you have is a static website I think it's a bit of overkill. As you mentioned, it's more for web apps and the like.

  • @wbholding7054
    @wbholding7054 3 года назад

    thank you so much . god bless you . after a day of error in github i finally made it through , thank you one more time

  • @victoria4844
    @victoria4844 4 года назад

    I guess what what I am trying to say... is that I would like to use a platform with free hosting, with the hope of being index in Google search engine. Of course I will definitely upgrade after. Thanks in advance for any advice offered. Most appreciated!

  • @markontech2614
    @markontech2614 5 лет назад +1

    This is a quite interesting method. What kind of results you get for the performance(website speed and response time)?

    • @KevinPowell
      @KevinPowell  5 лет назад +2

      Tends to be excellent when I run tests on my own page. They use http2, will automatically optimize images for you, and runs off a CDN. The only real comparison with other services I found is this one, which mentioned it performs well but occasionally runs into issues, but it was done 18 months ago, I'd love to see something more recent: www.savjee.be/2017/10/Static-website-hosting-who-is-fastest/

  • @erykkryszewski5803
    @erykkryszewski5803 6 лет назад +64

    Keep doing this man! This channel is really amazing. Waiting for something more with html/css/javascript :)

    • @KevinPowell
      @KevinPowell  6 лет назад +2

      It'll be back to the more 'normal' stuff soon :)

  • @taariqq
    @taariqq 4 года назад +9

    Do your searches and come back to Kevin's channel and you are probably going to find the answer you were looking for!
    I was looking to see if I can build a site w/ a user friendly interface for a blog. Seems like NetlifyCMS is the answer!

    • @hyperdragon1013
      @hyperdragon1013 4 года назад

      @Chaous Spiral me to

    • @Skaffa
      @Skaffa 3 года назад

      @Student Professor the DNS of your domain name

  • @crockroz6157
    @crockroz6157 5 лет назад +1

    This is exactly what I was looking for, but can you tell some disadvantages of netlify..

  • @gkoryllos4501
    @gkoryllos4501 3 года назад

    This is true, Easiest way to use it only a drag and drop.

  • @milleniummoses
    @milleniummoses 6 лет назад

    Thanks. I needed this. There seems to be some issues with some JS on GitHub pages. I'll be doing netlify until I can do a better paid option.

    • @KevinPowell
      @KevinPowell  6 лет назад

      Hope Netlify works well for you :). Depending on what you need from your host, you may not have to go after a paid one later. Netlify is a really good host, but if you need more than just static sites, then yup.

  • @bobmillen4643
    @bobmillen4643 2 года назад

    Can you upload videos either through links to another video sharing site or straight from your pc to your site if it's static or does it have to be dynamic?

  • @yousufdaramay4914
    @yousufdaramay4914 6 лет назад

    This is great! I was just searching this up like two days and din't find anything like this. Just wondering though, by "static website", can it work with NodeJs or React? because those are still just javascript right? I hope it works with especially node...Thanks again

    • @sheneshperera
      @sheneshperera 6 лет назад

      As long as you are serving static pages, I highly recommend using grunt if you are going beyond an SPA

  • @janramz6403
    @janramz6403 5 лет назад +1

    Now i'm enjoying to spend time having information about html and building website, thanks.

  • @hyperxplays
    @hyperxplays 5 лет назад +15

    Is It Ok If I Host My Html Test Page In There If Its Just Fine.

  • @TheZethera
    @TheZethera 5 лет назад

    Gitlab pages is better than github pages because you can use CI output as your site instead of just the git repo content. This means you can use any static site generator.

  • @palzstudio3859
    @palzstudio3859 4 года назад +12

    it took about an hour just to upload the website, rest all was fine

    • @taariqq
      @taariqq 4 года назад +2

      slow connection! or a HUGE site?

    • @palzstudio3859
      @palzstudio3859 4 года назад

      @@taariqq YEAH THE SITE WAS A BIT BIG AS IT WAS MADE FROM BOOTSTRAP BUT THE FACT IS THAT IT NEVER GOT UPLOADED. IN FACT I KEPT THE COMPUTER ON FOR THE WHOLE NIGHT

    • @palzstudio3859
      @palzstudio3859 4 года назад

      @Chaous Spiral NO

  • @NurhanMarshall
    @NurhanMarshall 4 года назад

    After i published the website in netlify is the website will appear for others after few years also ? This publish is only for quite amount of time or lifetime ?

  • @Eternal.Growth
    @Eternal.Growth Год назад

    What is the difference between free hosting and not free hosting. Is there some quality or speed deferences

  • @woodysgarage469
    @woodysgarage469 4 года назад

    My website is up, scheduled for renewal at Inmotion Hosting, so I'd like to move it. Can I use my Domain name, or do you get stuck with their url? Also can I upload my old school hymn files as is via ftp, or just drop the site folder in deploy? Thanks much.

    • @KevinPowell
      @KevinPowell  4 года назад

      No FTP that I know of. It's either through GitHub or the drag and drop (as far as I know). You can switch to your own domain name very easily :)

    • @Goomer
      @Goomer 4 года назад

      @@KevinPowell Drag and Drop the whole root folder right? Then I guess I have to point to my domain. Thanks Kevin, I'll give it a try.

  • @hakkaiduo
    @hakkaiduo 2 года назад

    Question, I know this is an old video, but... do you know if the free version will allow you to password protect the website? I am trying to find a free/very inexpensive way to make a website for my Girl Scout troop, and for safety issues I am trying to password protect it. For other issues, I don't want to use Social Media like Facebook and such.

    • @George10767
      @George10767 2 года назад

      Netlify is offering password protection for $19 per month.

  • @springbreezegaming4017
    @springbreezegaming4017 5 лет назад +2

    I'm new to programming and am learning the basics like html, css, and JavaScript. So this is just what I was looking for, and now I can start making my website Blog thing. :-)

  • @aybak3k
    @aybak3k 3 года назад

    there are no subdomains in the methods mentioned right?
    and does it include backend?
    pardon me but till i manage to watch the video but plz any one answer those 2 questions if y can

  • @2596Stefan
    @2596Stefan 4 года назад +1

    Thanks man, but from the mobile phone,i can only see homepage(index) and the other ones just get error :/
    Is it even possible to host multi-page web site here on netlify ?

  • @khantiffany
    @khantiffany 5 лет назад +2

    Hello, thanks for the video. You mentioned that Github is fine for static sites. What would you recommend for an e-commerce site?

    • @CleverCheats
      @CleverCheats 5 лет назад +1

      My father, a computer programmer for 30 years rents servers from pair.com .He then installs WordPress and uses the plug-in Woo-Commerce. You can still change everything like HTML, CSS and JavaScript because your hosting with Pair, not WordPress. My dad said it's not worth setting up a payment system when there are already ones out there.

    • @CleverCheats
      @CleverCheats 5 лет назад

      Go to WordPress.org and Pair.com and look into it!

  • @devarshbhatt5612
    @devarshbhatt5612 5 лет назад

    You can also use the 000Webhosting which is great for free hosting with your website name as well

  • @lonthroop
    @lonthroop 4 года назад

    I dragged my VSC folder in, it published, and all I get is:
    "Page Not Found
    Looks like you've followed a broken link or entered a URL that doesn't exist on this site.
    Back to our site"
    Looks like you'll have to have an index.html file and it needs to be in the root directory for this to work. Thanks for the video on this though it really is what I needed at the moment. Thanks

    • @Hecbertgg
      @Hecbertgg 4 года назад

      Free hosting with cPanel! ​seleniumtools.xyz (INSTANT ACTIVATION!)

  • @Marcus1074
    @Marcus1074 3 года назад

    So if I use netlify for hosting my website and github to deploy updates, what solution is outthere for my email using my custom domain that is free? I currently host on namecheap which is about $34/yr. If I switch, I will still need to pay for having my email..

  • @janalleman3756
    @janalleman3756 5 лет назад

    Pantheon.io also offers free hosting. The domain is weird by its free, you can even install WordPress on there.

    • @KevinPowell
      @KevinPowell  5 лет назад +1

      That's cool :) - I guess if you want a custom domain you have to upgrade to their basic plan?

  • @mrbanana7165
    @mrbanana7165 4 года назад

    I'm new to programming. What kind of files are needed to "create" a website? So like the what kind of files need to be in the folder that is uploaded to netlify?

    • @Jotaro-o
      @Jotaro-o 4 года назад +2

      Just a text file called index.html which contains the html code of your homepage.

  • @bre3eze983
    @bre3eze983 2 года назад

    Great video , can you do a video about making the site show up in search engine results ?

  • @elioi.ciancio4692
    @elioi.ciancio4692 4 года назад

    I really appreciate this video, I still not understand how to specifically host my website once I charged files on site, could you please make another video? I have already a domani purchased and I would like to connect the folder with the website, how to allow people to log in my website or to get access to it?

    • @priyasahu5799
      @priyasahu5799 4 года назад

      Hostinger is the Best web hosting company for Performance, speed and pricing with free SSL certificate, follow the link for 60-80% discount www.hostg.xyz/SH4S0

  • @jenoyestewart1516
    @jenoyestewart1516 6 лет назад +7

    Amazing content as always. Continue doing the good work for those who are aspiring to learn coding and also who want to make a career for themselves. I appreciate what you do a lot!

    • @KevinPowell
      @KevinPowell  6 лет назад

      Thanks a lot for the kind words Jonoye!

  • @MFHTechnologies
    @MFHTechnologies 5 лет назад +1

    Thank You. I am trying to build different repositories but when I click on deployed link, it shows "page not found" . I must be missing some steps before copy folders and build......... please help if you get my mistake.

    • @KevinPowell
      @KevinPowell  5 лет назад +3

      make sure the homepage is index.html :)

    • @Qwaizor
      @Qwaizor 5 лет назад

      @@KevinPowell Hello there I have multiple html files and some css type files and pictures and one video, they are all missing you know hat might be wrong

  • @cmdChemical
    @cmdChemical 4 года назад +5

    Hello there, I'm getting trouble into deploying my website - it says it's been deployed but then when I try to access it, it says "Looks like you've followed a broken link or entered a URL that doesn't exist on this site."
    Can someone help me? Thanks!

    • @2596Stefan
      @2596Stefan 4 года назад +3

      The same thing happened to me, make sure you have index.html in your root folder

    • @dyna9081
      @dyna9081 4 года назад

      Host problem

    • @dyna9081
      @dyna9081 4 года назад

      use this host is good
      Host 1.5$ free SSL free script www.lexsurf.net/hosting.php

  • @nickgajdash9664
    @nickgajdash9664 4 года назад +1

    Hi Kevin! Thanks a lot for your enourmous useful video! One question: I didn't understand why doesn't work my jquery slider and tabs in my project? (I used CDN way to jquery library)

    • @KevinPowell
      @KevinPowell  4 года назад +1

      I wish I could help there, but I'm not sure :\ It has nothing to do with Netlify, as that's just client-side JS doing a few things on the page. Check the console for errors, that might help you narrow it down.

  • @sJahid-ez3bl
    @sJahid-ez3bl 3 года назад

    You owned my subscription.

  • @tumelo3298
    @tumelo3298 2 года назад

    Hello Kevin, does these sites build up web pages?

  • @Pepa667
    @Pepa667 6 лет назад +2

    Awesome!!! Now we need a free custom e-mail to use with this kind of site

    • @KevinPowell
      @KevinPowell  5 лет назад +2

      I use Zoho, not free, but starts at $1/month 😁

  • @pesethsem315
    @pesethsem315 4 года назад +1

    Sir, May I ask you: What is the disadvantage of using this netlify? Answer, please...!

  • @xCARPx2014
    @xCARPx2014 5 лет назад +1

    woah this is great, now i have my personal test site!!
    im a cs student, just learning html & css

    • @KevinPowell
      @KevinPowell  5 лет назад +2

      Super useful for students! Glad I could help, and good luck with your learning!

  • @professortrollz642
    @professortrollz642 3 года назад

    Very good tutorial :) I have a quick question. I've set up the website through netlify but when the pages load the image do not. Is there a certain way the images must be in the folder hierarchy? Right now ive got the main folder for my website and inside this is the index.html and a folder called pictures with all the image in it. How should this be done correctly. Thanks

    • @Skaffa
      @Skaffa 3 года назад +2

      In your HTML you need to refer to the image location

  • @joelmullin2424
    @joelmullin2424 5 лет назад

    Kevin, I am actually having a problem dragging my folder on the page, it won't accept my folder is there any way you can help me fix that cause I am facing lot of stress hosting my websites. thank you

  • @mahitmehta9620
    @mahitmehta9620 4 года назад +1

    Its so fast and great, Thanks a lot. Your videos are always the best!!!

  • @evod3438
    @evod3438 3 года назад

    vercel can be used for dynamic website

  • @salonichandan1773
    @salonichandan1773 3 года назад +1

    You saved my time, great work kevin!!

  • @tamerabk8925
    @tamerabk8925 4 года назад

    Manual deploy means that i need to manually click a button everytime to update it or that the website isn't available to the public 24/7?

  • @ivailoivanov4339
    @ivailoivanov4339 5 лет назад +14

    All the Indians are going mad on this video fam.
    Indians love free internet stuff!

    • @CousinFeetus
      @CousinFeetus 5 лет назад

      yea, cuz they're all hackers that want to use small hosting companies for spam and hacking. We had to block India completely from out servers. Mean nasty selfish hacker scum bags

    • @abhishekva449
      @abhishekva449 5 лет назад +2

      Its bcoz for indan rupee is so cheaper than doller, avg indian wages are so low.

    • @cruzab3153
      @cruzab3153 5 лет назад

      @@CousinFeetus say 1 more word and i will personally bring your whole website down

    • @CousinFeetus
      @CousinFeetus 5 лет назад +1

      Haaaa !!! What ?? And prove my point for me ya fucking loser wannabe hacker with zero subs, zero skills, zero friends and no life ??? Sure buddy. Go back to your Live support telephone scams so you can buy a new goat. 😂

  • @panoscool_
    @panoscool_ 3 года назад

    Kevin, have you tried vercel?

  • @rifasalipbi8055
    @rifasalipbi8055 4 года назад +14

    I still didn't know why this video have Dislikes ! So cool video

    • @dinad2326
      @dinad2326 3 года назад

      It is very tiny a d hard to see what he is showing as can't see the demonstration thats my only issue with this

  • @forktrader7870
    @forktrader7870 5 лет назад +2

    netlify was fairly limited. you cant send ajax to other server.

  • @riyajhossen841
    @riyajhossen841 4 года назад +3

    Wow! it's awesome. Thank you so much for share this. I have a question. How can I edit my uploaded files here?? Please help me.

    • @KevinPowell
      @KevinPowell  4 года назад +5

      Drag the folder back on and it'll update it automatically. Or of you hook it up via GitHub when you push to master it'll update it

    • @riyajhossen841
      @riyajhossen841 4 года назад +1

      @@KevinPowell Thank you

  • @Music-vc7mq
    @Music-vc7mq 5 лет назад

    thank you for the information Kevin...

  • @prajwalbhat255
    @prajwalbhat255 2 года назад

    A personal portfolio website can be static right?

  • @MegaAvio92
    @MegaAvio92 3 года назад

    Once you upload your website does Netlify cover you with a copyright or you need to provide it by your self?

    • @KevinPowell
      @KevinPowell  3 года назад +1

      Once you upload something you've got the copyright to it, as long as you can show you were the first to upload it.
      Obviously if it's for your brand you'll want to take extra measures, and laws will be different in every country, but in general, from what I understand, that's pretty standard

  • @ibrahimabdullahi6301
    @ibrahimabdullahi6301 3 года назад

    It hurts knowing you wouldn't get to see this but ill say it anyway. If not for you I would have given up on web dev, thanks allot

  • @jonelkin9530
    @jonelkin9530 5 лет назад

    very good info and overview...appreciate it

  • @catalinaf8936
    @catalinaf8936 5 лет назад +1

    Hey Kevin! Just run into this video and Im starting an eCommerce website. Do you have any recomendations of affortable hostting and domain site? Thank you

    • @catalinaf8936
      @catalinaf8936 5 лет назад +1

      Or for free! Hahaha

    • @richardhoran2484
      @richardhoran2484 5 лет назад

      Catalina F lifetime.hosting for hosting and Google domains for a domain name is cheapest.

  • @fabrice9848
    @fabrice9848 3 года назад

    I just dragged my folder containing my html files + css file + images and it didn't work. I'm getting a 404 "page not found" error.

  • @webhosting5960
    @webhosting5960 4 года назад

    Celebrated Video! Very glad I checked it out.

  • @Rojav255
    @Rojav255 2 года назад

    Thank U but i have been waiting to get the file uploaded for about 5 minutes and its still saying uploading … Can you pls reply me ?❤️

  • @neutroware
    @neutroware 2 года назад

    Thank you Kevin!

  • @webhosting5960
    @webhosting5960 4 года назад +5

    Abundant Video!I really love it! It assisted me a lot!

    • @taariqq
      @taariqq 4 года назад

      Well put!

  • @ARTICFR0ST
    @ARTICFR0ST 4 года назад

    Do you still use this today? Also, unlike github, does this support back end?

  • @shahlazulkarnine9628
    @shahlazulkarnine9628 4 года назад

    Hi, First of all thanks for introducing this awesome method. I was a bit curious about the safety, is it safe to upload it to such a domain, because that domain I deployed into is not owned by me, I just want to use for testing. Will I face any copyright issues when i launch the website in the future? Thanks in advance.

    • @KevinPowell
      @KevinPowell  4 года назад

      It's safe for all that 👍
      Netlify is a very reputable company

  • @AB-hp4bt
    @AB-hp4bt 5 лет назад +9

    DAMN, THANKS SO MUCH! i searcched for free hosting for days and they all seem very unreliable.. this IS the answer :)

    • @josha4913
      @josha4913 5 лет назад +1

      acab yamum check out simplesilo.app it was built to provide free static web hosting. Hope it helps

  • @user-xj7ms2hy7l
    @user-xj7ms2hy7l 4 года назад +1

    Can i host a website on netlify where I have paypal button linked to my account because i want people to buy something?

  • @BlackOreoCookie
    @BlackOreoCookie 5 лет назад

    Could you also use this to showcse websites on a portfolio? For example, make your portfolio website, and then put some links in there that link to projects, also uploaded on netlify, so its not just a png image but a real working portfolio piece people can click through?

  • @markdowdle4380
    @markdowdle4380 4 года назад +4

    Hi I have a question please, so if I upload my e commerce website to here, with front end code and back end code, does that mean I still recieve my payments and the users shipping info, or do I need to host it from my own pc to be able to recieve that information

  • @stress1191
    @stress1191 5 лет назад +3

    When i upload it says that i am searching for a broken link. Any help would be appreciated.

    • @ALLIRIX
      @ALLIRIX 5 лет назад

      Same

    • @KevinPowell
      @KevinPowell  5 лет назад +1

      the first page that's loaded needs to be index.html

    • @universalsector2243
      @universalsector2243 4 года назад

      do yo know that you can also try www.bluehost.com/track/bluehostagent/ , it very cheap and amazing, it a one of the best places to host your website...... it better off though , try now and thank me later

  • @sagarkoju7710
    @sagarkoju7710 3 года назад

    how long this site will be on the website? static hosting means we can access that site 1 month or more

  • @unskeptable
    @unskeptable 4 года назад +2

    Could you do it by installing Windows Server on a VM and host your site using IIS Server and make it publicly accessible from the Internet? Is that safe? I mean in general

    • @Skaffa
      @Skaffa 3 года назад

      You don't even need a windows server. I'm hosting my website from my own PC, running normal windows

  • @latamdebate
    @latamdebate 4 года назад +4

    Im learning HTML and I added an html document and it didnt work for me :(

    • @KevinPowell
      @KevinPowell  4 года назад +5

      The home page has to be index.html

  • @XMattingly
    @XMattingly 5 лет назад +1

    I knew my man Kevin Powell was Canadian as soon as he said "out". 😄

  • @TheEnyoy
    @TheEnyoy 4 года назад

    Hi for some reason my personal website is not reading: 1 html file and 1 css file.. I dropped them into a repository in GIT, but still I get the following error: "Looks like you've followed a broken link or entered a URL that doesn't exist on this site." You know how to fix this?

    • @TheEnyoy
      @TheEnyoy 4 года назад

      It does uses pictures from my downloads, maybe that is the reason, that there is no link to my pc anymore (I'm all new to this) so how do I link these to images into a separate folder in GIT?

  • @thealphaphoenixacademy
    @thealphaphoenixacademy 5 лет назад

    Wow great content thank you very much... please also tell me the software you use to record your screen