Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 870 Bytes

Weatherify

About The Project

The Project is a simple weather app which gives all weather informations as per the searched area worldwide.

Tech Stack

Installation

  • To run the app in the development mode and Open http://localhost:3000 to view it in the browser.

    yarn start
  • Install dependencies.

    yarn install
  • Launches the test runner in the interactive watch mode.

    yarn test
  • Builds the app for production to the build folder and It correctly bundles React in production mode. Your app is ready to be deployed !

    yarn build