/weather-app

Weather App made with React

Primary LanguageTypeScript

Weather App

Install the dependencies using:

npm install

Run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm start

Launch the test runner in the interactive watch mode.

npm test

Launch the sass compiler in watch mode.

npm run sass

This project was bootstrapped with Create React App.