Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 2, 2022 09:02 pm GMT

Fast project hosting / surge.sh

Here's the link:
https://surge.sh/

Here's the video:
https://youtu.be/-EjdMvYPSVU

This article should be over by now, but let me add a few words of my own.

surge is a web service that lets you publish a frontend application with just two commands. You'll find it useful if you need to publish your project to the web temporarily.

And now I will start to "rewrite" the documentation.

Installation

npm install --global surge

Launch

surge

Preparing for Deployment

So we have a project

Image description

Go to the terminal and start surge

surge

Deploy.

After registration, confirm the path to the project, specify the desired domain and press enter.

Done

You're on the Internet

The purpose of this article was not to teach anything, but to show that such a service exists in principle and how easy it is to work with it.

If you are interested in it and want to learn more about it, it has a pretty good documentation.


Original Link: https://dev.to/vadimfilimonov/fast-project-hosting-surgesh-1gl7

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To