Sep 20, 2017

Free hosting of front end code.

Hi Guys, today I will show you absolute free hosting of any front-end code. (Yes it’s possible). The code can be as simple as a basic HTML page or as sophisticated as complete angular or react application.

With GitHub pages (https://pages.github.com/) we can do this.

You can follow the 4 simple steps below to launch your site directly from GitHub server.

Step 1: Create a GitHub fee account @ https://github.com/.

Step 2: Create a repro with name <your github username>.github.io, eg; sudhir-kumar-k.github.io as my username is sudhir-kumar-k.

Step 3: Place your site code (with index.html) in the above-created repo.

Step 4: That’s it you are done!! Now hit https://< your GitHub username>.github.io/ (eg: https://sudhir-kumar-k.github.io/) in your browser & your site from GitHub server welcomes you J

Please feel free to post your comments or questions. Thanks.

3 comments: