© 2023 Hashnode
#githubpages
Introduction Deploying a React app on GitHub can be a great way to share your application with others and make it available online. In this article, we will walk through the steps required to create a React app with Vite and deploy it on Gi…
GitHub Pages is a free service offered by GitHub that makes it easy to host a website directly from a GitHub repository. It's a great option for developers and non-developers alike who want to showcas…
What is GitHub Pages GitHub Pages is a web hosting service provided by GitHub that allows developers to showcase their projects or host static websites for free. With GitHub Pages, you can publish sta…
GitHub Pages is a great platform for hosting your website for free. However, the default URL for a GitHub Pages site is a subdomain of GitHub.com, which may not be suitable for everyone. In this tutorial, we will go over how to buy and set …
Prerequisites: A GitHub Account Basic Git Knowledge Coffee Time A fully functioning brain with the ability to read instructions & execute Steps to follow: Go to https://github.com/upptime/uppti…
Today we will understand how to make a simple and static blog website where we can host our blogs by just uploading each blog file only. This will be hosted with Github pages which is free. PREREQUISI…
Do you want to have a GitHub user page or project page that uses your newly learned react skills but don't know how to get the reacts up on the GitHub page? If you already have the react app you are already 90% of the way there, you just ne…
Github Pages is a great way to host your blog or website for free, but let's be real, a custom domain name is the icing on the cake. So, let's learn how to add a custom domain to your Github Pages sit…
So, I have wasted quite a bit of time learning how to use GitHub to host my first website or simply an HTML-based web page, so I don't want you to waste time as well. I am going to share 5 simple step…
What is this blog about In this blog, I am going to tell you how we can host a react-js web app on GitHub Pages Prerequisite The ReactJS app should have a GitHub repository The GitHub repositories v…