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

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

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

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay