Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 908 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 908 Bytes

Weather App

This is a Weather App built with React Native. It allows users to view current weather conditions for a specific location.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installing Weather App

To install Weather App, follow these steps:

  1. Clone the repository: git clone https://github.com/horaczech/weather-app.git

  2. Navigate into the project directory: cd weather-app

  3. Install the dependencies: npm install

Running the App in Development

To run the app in development, follow these steps:

  1. Start the Metro Bundler: npm run start

  2. In a separate terminal window, run the app on an iOS simulator: npm run ios

Or, to run the app on an Android emulator: npm run android