How to deploy and host your Static Web Projects on Surge.sh

Surge is a platform where you can publish/host your Static Web Projects online using a Command Prompt Interface . Your project will be live after deployment under a subdomain that surge provides for FREE. Although you can host your project on a custom domain of your choice with some extra settings, this blog post tries to explain how to deploy your static web project on a subdomain Surge.sh offers. Here are the 3 simple steps you could follow in order to get your Static Web Project live online in minutes. For this blog post, I've used a sample project called " Incrementer Demo " and the project code is available on github. Step 1 : Download and Install Nodejs In order to install Surge, you need a command line interface with an in-built npm package manager through which you can install the Surge package as shown in the Step 2. To Install the latest Nodejs version from the official website, • go to https://nodejs.org/en/ • download and install the...