https://github.com/thicodes/react-weather-forecast
A simple app to show weather forecast
https://github.com/thicodes/react-weather-forecast
Last synced: 6 days ago
JSON representation
A simple app to show weather forecast
- Host: GitHub
- URL: https://github.com/thicodes/react-weather-forecast
- Owner: thicodes
- Created: 2022-03-25T02:44:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T02:17:29.000Z (over 4 years ago)
- Last Synced: 2025-11-10T14:36:01.133Z (8 months ago)
- Language: TypeScript
- Homepage: https://react-weather-forecast-thiagoleite.vercel.app/
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather Forecast
A simple app to weather forecast using React

## Deployment
If you'd like to avoid using a Git repository, you can also deploy the directory by running [Vercel CLI](https://vercel.com/cli).
```sh
npm i -g vercel
vercel
```
## Server and Client
Server runs at [http://localhost:4000](http://localhost:4000) and client [http://localhost:3000](http://localhost:3000)
### Install dependencies
`yarn install`
### Run server and client
`yarn start`