Github search is a search app that searches repositories based on a given input query, and then returns the details of the most popular one from the search result.
- clone the project
- run
npm installfor dependencies - run
npm startto start the sever on port 4200
Available commands can be found in the package.json file. Run them with npm run <scriptName>