#webhosting #github #vscode #githubpages
GitHub allows you to host static webpages or websites so you can manage your code over time. Static websites contain #html #css #bootstrap #javascript files.
You can upload your webpages using Git or GitHub Desktop.
To use Git, you will need to install git, and GitHub Pull Requests and Issues on your computer machine and VSCode.
GitHub Pull Requests and Issues allow you to review and manage GitHub pull requests and issues in VSCode.
Git is a program for managing your code.
GitHub is platform that host a copy of your code in a repository.
You can download Git from:
https://git-scm.com/download
Signup on GitHub by visiting:
www.github.com
After you have uploaded your website on GitHub, the URL that will link to your uploaded website will be:
https://your-account-name.github.io/p...
GitHub also allow you to use custom URL for your website. Just buy domain name from any domain reseller. Then log into GitHub and from your project repository, click the Settings tab. While on Settings, go to Pages and scroll down to where you will see an input field where you can add your domain name.
To know how to host on Cloud visit:
• How To Host Your Website on Microsoft...
To know how to host on CPanel visit:
• Web Hosting 101 - How to host a Websi...