Easiest way to host website
1 min read • 21 Nov 2021Steps to host your website in easiest way
- Keep your website/project build ready.
- Install surge globally. (First time only)
sudo npm i -g surge
- Deploy your project using surge.
Goto your build folder path and run following command.surge
- Project deployed!