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 build
to build a production ready version in the build folder. -
Change the
CNAME
file in the./public
content to yourdomain.surge.sh , change the"homepage"
inpackage.json
to.../your-root-folder
then runnpm run deployment
to deploy on surge.
This project was bootstrapped with Create React App.
You can find the most recent version of their guide here.