An open API service indexing awesome lists of open source software.

https://github.com/thicodes/react-weather-forecast

A simple app to show weather forecast
https://github.com/thicodes/react-weather-forecast

Last synced: 5 days ago
JSON representation

A simple app to show weather forecast

Awesome Lists containing this project

README

          

# React Weather Forecast

A simple app to weather forecast using React

![image](https://user-images.githubusercontent.com/6524612/160263718-b535e1b1-a55e-4110-878f-c8efb1b58a51.png)

## 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`