git clone <Repo link>
cd <folder name>
npm i
Configure the App by following steps given below:
- Create a .env file
- Specify Google Custom Key as:
REACT_APP_CUSTOM_API_KEY
- Specify Google custom searching engine ID as:
REACT_APP_CX
- Specify the ScrapingBee API key as:
REACT_APP_SCRAPINGBEE_API_KEY
Finally:
npm start