- Download the zip file and move it to you convinent folder.
- Make sure to install Node & NPM
- Create your own api key on openweather website and openagend website.
- create .env file in your root folder and paste the api keys in .env file
REACT_APP_WEATHER_API_KEY= & REACT_APP_GEO_API_KEY=
- Move to the folder and open the folder in cmd prompt
- Run the command
yarn start or npm start
. - Open the browser and
http://localhost:3000