I followed the tutorial here: vs-angular-tutorial
However after I added the chrome config to my launch.json
file and hit f5 aI was met with a 'this site can't be reached' error instead of the webpage.
I did look into this a bit and if I run 'npm start
' or 'ng serve'
in the folder before hitting 'F5'
it loads correctly.
Is this expected behaviour? There is no other way to jus tmake it work without running npm start or ng serve in an ongoing console window?