Installation Instructions:
- Clone the repo using git clone.
- Go into the directory and install Angular using
npm install -g @angular/cli - Install dependencies using npm install
- Run it in development mode using
ng serve - Deployment build can be made by using
ng build - Done!