I have been assigned a task where I have to run ng serve command in folder.
I have following folder structure:
ProjectFolder - > ClientApp - >Src
                            -> dist
                            -> e2e
I am running this command inside ProjectFolder and I am getting this error:
The serve Command requires to be angular project but project definition could not found.
Is my path is wrong?
In which folder shall I run this command ? ClientApp or Src?
If I make new project and serve this ng serve,it is working.
 
     
    