Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanv92/weather-forecast-ui
- Owner: sanv92
- Created: 2019-09-30T03:21:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:39:23.000Z (about 2 years ago)
- Last Synced: 2024-05-07T18:25:45.427Z (8 months ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```