Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.13 KB

GitHub Finder

GitHub Finder is an app that help search GitHub user profiles. https://github-finder-site.netlify.com

Getting Started

Prerequisites

node -v
node: >= v8.16.1

Clone the Repo here to your local machine.

Installing Dependencies

Using npm

npm install

Using Yarn

yarn install

Environment Variable

  • Create .env.local file in your root dir
  • Add the following env variable
REACT_APP_CLIENT_ID=xxxx
REACT_APP_CLIENT_SECRET=xxxx

Available Scripts

In the project directory, you can run:

npm start or 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.

npm run 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.
Your app is ready to be deployed!