Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 877 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 877 Bytes

Local-weather

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" in package.json to .../your-root-folder then run npm 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.