Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanv92/weather-forecast-ui

Weather Forecast UI
https://github.com/sanv92/weather-forecast-ui

Last synced: about 2 months ago
JSON representation

Weather Forecast UI

Awesome Lists containing this project

README

        

# Weather UI

## Installation

### Clone Repository
```
git clone https://github.com/SanderV1992/Weather-Forecast-UI.git
```

### Prepare your OS
#### MacOS:
```
brew install nvm
```

## Dependencies install
```
yarn install
```

## Project start
```
yarn run mock
yarn run start
```

## Project build
```
yarn run build
```