I have a website which uses AngularJS 1.5.x as front end and PHP as back end. I want to host that on my local machine. I choose XAMPP to do that. I followed the procedure got from different sources but I cannot get that done. I have done
ng build --prod
It's giving me error like Local workspace file ('angular.json') could not be found
I am stuck with this problem. I cannot go forward. I am new to AngularJS and PHP. Can some one help me out.
I have got the code from git hub. Just for practice I am trying to host this first. But I am unable to do that.