Single Page App to compare Github repositories.
-
Clone the repository.
-
In root folder run
yarn install
ornpm install
to install all dependencies. -
In root folder run
yarn start
ornpm start
to run the App in dev mode. -
Visit
localhost:3000
to access the app in the browser.