Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How to Host a Website On Github Pages
Play lesson

JavaScript Game Programming Tutorials - How to Host a Website On Github Pages

5.0 (1)
9 learners

What you'll learn

This course includes

  • 16.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

How to Host a website on Github Pages for free. We can host a static HTML website for free on Github. You can only host static websites (HTML, CSS, JavaScript, including react, angular, bootstrap). You won't be able to upload a web application with a server (python flask/django, ruby on rails, node.js/express, etc). The steps are as followed: 1. Create a GitHub account and login 2. Create a repository and name it {username}.github.io if it's a personal website; else, name it whatever you like. The repository must be public and not private. 4. Upload your web page files to the new repository 5. Go to settings, pages, and click on source. Change 'none' to 'master' or 'main' (or whichever branch you'd like). Click save and wait until the build finishes. Your website will have this structure: {username}.github.io/{repository-name} To add a custom domain to your website, check out this video: https://youtu.be/pZHK_Hg1lKA Website: https://www.kennyyipcoding.com/ Subscribe for more coding tutorials 😄! ⭐ If you enjoyed the tutorial and would like to support the channel, you can do so here 💖: https://buymeacoffee.com/kennyyipcoding

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere