A simple Typescript, Angular app where you can search for GitHub repositories, view some basic repo info including issues and the balance between open and closed.
Node.js
(v18.x or later)
-
Clone the repository
-
Navigate to the project -
cd angular-github-api-app
-
Install dependencies -
npm install
-
Run the project -
ng serve
Ensure you have the following installed on your machine:
-
Navigate to the project -
cd angular-github-api-app
-
Run:
docker build -t [your-dockerhub-username]/angular-github-api-app .
- Run:
docker run -p 8080:80 [your-dockerhub-username]/angular-github-api-app
- You should now see the app at http://localhost:8080/