Johannes Schickling @schickling.dev · Aug 21

Is there an easy way for me to have `my-project.localhost:80` instead of `localhost:3000`?

0 likes 1 replies

?

Replies

Johannes Schickling · Aug 21

Only adding an entry to `/etc/hosts` won't be enough as different projects (e.g. running on :3000) might still clash. Tools like Vite / Next.js should make this more seamless for local development - ideally even with automatic SSL certs.