[angular-cli] Error: Local workspace file ('angular.json') could not be found

For people who have simply cloned a project and trying to run it, you need to run npm install first. I totally forgot to run this and was simply running ng serve before installing node modules.