Last week I’ve been stuck with an incredible issue testing websites locally. Never had a problem since then; I usually set up my hosts file and create a virtualhost in order to test mywebsitename.test in my browser, then when I’m done I move it on production and change config files.…
I’ve been stuck all day on a stupid problem: I set up a simple Vagrant box with Ubuntu 17.10 to use with Ionic. I’ve created a simple blank project with $ Ionic new myproj blank then I entered my /vagrant/myproj dir and launched $ ionic serve. At first I couldn’t…