Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 18, 2021 10:34 am GMT

How To Host your static website with Github

You Have an Html, Css and Js files in your computer and you want to show it to your colleagues ?
Github Has an amazing static site hosting service that takes HTML, CSS, and JavaScript files straight from your repository

Lets go to the steps:

1- Create a repository with your username followed by .github.io

in my case my username is BegDevv, so the repo name would be BegDevv.github.io :
Create a Repo

2- Upload your static files into that repository (Html/Css/Js)

you're done github will host your files in that repo automatically Go to https://{yourusername}.github.io (change yourusername with yours)


Original Link: https://dev.to/medaminefh/how-to-host-your-static-website-with-github-85i

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To