I use Laravel valet as my local server and with that, it takes my project folder names and uses them as local domain names. So if I make a folder called test-website, I can now access that in the browser by going to test-website.test.
Starting up a node app, the only way I can access the app in the browser is by going to localhost::3000. That's fine and it works but I'd much rather a custom domain name e.g. new-node-app.test. Is there any way to do this and even better, is there any program out there that can automate this like Laravel Valet does?