If you don’t want to use only 127.0.0.1 local IP address for your projects, you can expand that in your computer.
Each alias must be added individually like this:
sudo ifconfig lo0 alias 127.0.0.2 up
sudo ifconfig lo0 alias 127.0.0.3 up
...Crafting Web Experiences
//
If you don’t want to use only 127.0.0.1 local IP address for your projects, you can expand that in your computer.
Each alias must be added individually like this:
sudo ifconfig lo0 alias 127.0.0.2 up
sudo ifconfig lo0 alias 127.0.0.3 up
...