I'm trying to access my localhost on my iphone to test my angular app but I can't get it to work. Anyone else figure this out?
I'm on a mac and my npm script looks like this
"start": "ng serve -e=local --host 0.0.0.0 --public --port 8000 --ssl",
and I'm trying to hit http://mymac.local:8000
on my phone, but it doesn't work