|
|
|
|
|
by bhouston
4489 days ago
|
|
> I'm developing a new responsive web app and wanted to test it on both my iPhone and iPad. This is already easily done just by configuring port forwarding from your host to your guest in your vagrantfile. e.g.: config.vm.network :forwarded_port, host: 8080, guest: 80 |
|
So, as you can see, if vagrant share works as announced it would make it much easier for me for that particular task.