Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 493 Bytes

File metadata and controls

21 lines (12 loc) · 493 Bytes

Git Repo Search

This app allows you to search the github repo list and view the repo details.

Setup

Make sure you have yarn installed so you can run the project. Get Yarn

Run

yarn dev

Installs necessary packages and then runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Test

yarn test

Launches the test runner in the interactive watch mode.