A Github search app that allows an authenticated Github user to search Github repositories and users, using their search parameters.
Build Instructions • Testing • Setup Envars
-
Clone project in the folder of your preference
git clone https://github.com/brianmwadime/github-search-app.git
-
Enter the project directory
cd github-search-app
-
Install the third party dependencies and tools required to run the project.
yarn install
-
To run the app in developer mode
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console. -
Or to build the app for production.
yarn build
Builds the app for production to the
build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
The app is ready to be deployed!
-
To run the apps unit tests
yarn test
-
Or to run the apps E2E tests
yarn start && yarn cypress:open
-
Copy
.env.defaults
to.env
in the root folder. -
Replace
client_id
with your client id from Github -
Replace
proxy_url
with your proxy server url.