-
Clone the repository.
git clone https://github.com/stephin007/githubfinder.git -
Change directory to
githubfinder/cd githubfinder/ -
Install the dependencies.
For
npm:npm iFor
yarn:yarn install
In the project directory, githubfinder/ you can run:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Here is a preview of how the app should look:
To build the app for production run:
yarn build
