The Project is a simple weather app which gives all weather informations as per the searched area worldwide.
-
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