DEV Community

Jozef Cipa
Jozef Cipa

Posted on

2

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 Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay