Steps To Follow:
RUN PROJECT:
- Clone the project from git.
- Go to your project directory via cmd.
- Enter the command => npm i
- After that run your project via below command => ng serve -o
BUILD PROJECT:
Run command => ng build --prod
Notes:
Mobile View => 2 cards in a row looks congested. But I did it. If we change a class name in "card-container" as "card-container col1" it will look nice.