Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.14 KB

WeatherTS

WeatherTS was developed as a challenge to add create a better application using React + Typescript a prior weather app project previously developed using vanilla JavaScript. Henceforth, it shall be named WeatherTS.

Live!

image

image

image

Installation

Use the package manager npm to install WeatherTS.

git clone git@github.com:giovanniPepi/WeatherTS.git
cd WeatherTS/
npm i 

Optionally it may need to be installed using --legacy-peer-deps flags instead of a normal npm installation:

npm i --legacy-peer-deps

Usage

npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT