Easiest way to host website

1 min read  •  21 Nov 2021
Views:

project


Steps to host your website in easiest way

  1. Keep your website/project build ready.
  2. Install surge globally. (First time only)
    sudo npm i -g surge
    
    installing-surge
  3. Deploy your project using surge.
    Goto your build folder path and run following command.
    surge
    
    deploy-using-surge
  4. Project deployed!deployed