|

Netlify – free hosting for your static websites

Netlify is platform for building and deploying/hosting websites. It provides generous free tier to experiment with platform. In this blog post I will explain how to build and deploy/host websites on Netlify. Go to netlify.com website and click on the Sign Up button Netlify gives option to Sign Up with GitHUb, GitLab, Bitbucket or using…

Zero config HTTP Servers for testing websites

Today I am going to show you 3 http servers which can used without any configuration to view and test your websites in local development which are built using HTML and JavaScript I am going to use the below HTML project from GitHub for demo. https://github.com/sureshgadupu/presenta-slideshow-demo i) Live Server Live server is http server available…