The purpose of this project was to be able to view a Github user's repositories in order by "popularity," in order to practice Angular and creating a modal.
In order to run this app, follow these steps:
- Clone the Application
- run
npm install - run
grunt - run
http-server build/ - In your browser you can go to localhost:8080 (or whatever your default port number is) Now the app is ready for you to test and change