It uses openweather map api to fetch weather
-
Clone or download the zip file of the Repo
- Enter
npm i
in the terminal
Open the terminal cd into the right directory
Type
npm start
in the terminal
It will automatically open a server where you will be previewing the project
- Install the firebase cli using
npm i -g firebase-tools
in the terminal- Open the terminal and type
firebase init
- Select
hosting from the drop down
- Type
npm run build
in your terminal
- Lastly Type
firebase deploy
in the terminal
- Your Project will be deployed
2.Netlify
- Open the Terminal and type
npm run build
- Head to Netlify
- Drag and drop your build folder here
- Your project will be deployed