Best Deployment Website-Surge

Surge is a place where frontend developers can easily deploy static websites.
I first came across surge when it was mentioned in freecodecamp forum. Then I quickly try it out for my small projects.

Surge is really easy to use with only one command. The website performance is fast. It is a great place to show place your projects. You can also add custom domain name with using CNAME.

Right now I use it host my portfolio site and my react projects.

Command:

1
2
npm install --save-dev surge
surge

Reference: