Portless is an npm tool that replaces numeric localhost port numbers with stable, named `.localhost` URLs for local development. Instead of `localhost:3000`, you get `myapp.localhost:1355`. It runs a local proxy daemon that routes named subdomains to randomly assigned ports, eliminating port conflicts, cookie/storage clashes,

1 Comment

Sort: