DEV Community

Jozef Cipa
Jozef Cipa

Posted on

1

Are you getting tired of localhost:3000 URLs?

I'll show you how you can quickly and easily turn http://localhost:3000 into https://your-custom-domain.test to improve your webdev experience in 3 minutes.

Just open your terminal and install novus

$ brew tap jozefcipa/novus
$ brew install novus
$ novus init
Enter fullscreen mode Exit fullscreen mode

After that, define your URL with a single command 🀩

$ novus serve your-custom-domain.test http://localhost:3000

Enter fullscreen mode Exit fullscreen mode

And that's it.
Now, you can start using HTTPS locally with your custom domains and forget annoying localhost URLs πŸŽ‰

If you're curious to learn more, check out Novus on Github

Top comments (1)

Collapse
 
betterjoy profile image
BetterJoy β€’
Comment hidden by post author

Some comments have been hidden by the post's author - find out more

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

πŸ‘‹ Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay