This project was generated with Angular CLI version 13.3.11.
- Install Homebrew using the below command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - Install nvm using the below command:
brew install nvm - Add nvm to your shell profile: To make nvm available every time you open a new terminal window, you will need to add the following line to your shell profile (e.g., ~/.bash_profile or ~/.zshrc):
source $(brew --prefix nvm)/nvm.sh - Install Node.js using the below command:
nvm install 14.21.3 - Use the installed version:
nvm use 14.21.3 - Copy the source code from the GitHub using:
git clone git@github.com:Cma-Rawal/github-project-aquera.git cd github-project-aquera- Run
npm install - Run
npm start - Navigate to
http://localhost:4200/profile?userId=<github-user-id>where<github-user-id>is any valid GitHub user-id