Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1012 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 1012 Bytes

# GreenHeat Weather Forecast App

This project was bootstrapped using Vite.

Tools used in this project:

Screenshots

Current weather map

image

7 day forecast

image

Installation 📦

install app's dependencies

npm install

Running ⚙️

npm run dev

Running Tests 🛠️

Unit tests

npm run test

End to end tests

npm run test:e2e