Angular App won't run after Cloning from a Git Repository
After cloning the project just follow the instructions.
cd 'your project name...'
And then install the packages and dependencies.
npm install
and then you can run the project by running this code.
ng serve
This should work fine.
You need to npm install
before serving