A simple web app that let's you search github repositories for any user.
- Clone the repository.
- Run
npm ito install all the dependencies. - Run
npm startand this will start a development server on localhost at port 3000.
- Run
npm testto run test cases.