Are you getting tired of localhost:3000 URLs?
Jozef Cipa

Jozef Cipa @jozefcipa

About: Backend developer with a passion for IoT and automation

Location:
Prague, Czech Republic
Joined:
Nov 14, 2024

Are you getting tired of localhost:3000 URLs?

Publish Date: Jan 17
2 1

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

Comments 1 total

Add comment