A react made weather app that shows the local weather and includes a search by city feature.
Live demo here
Local Server
run npm start for a local development server. will run on localhost:3000
Build & Deployment
-
Run
npm run buildto build a production ready version in the build folder. -
Change the
CNAMEfile in the./publiccontent to yourdomain.surge.sh , change the"homepage"inpackage.jsonto.../your-root-folderthen runnpm run deploymentto deploy on surge.
This project was bootstrapped with Create React App.
You can find the most recent version of their guide here.