#For setting up the app on local
Step1: Fork the app in your repo
Step2: Run npm install in the project folder on your local machine
Step1: Install angular CLI on your local if you haven't done already
npm install -g @angular/cli@latest
Step2: Build and Run the app by following command:
ng serve --open
On running the app, this page should come up: