# Expo App

## Food Ordering App Expo

Run the following commands on your terminal to setup Food Ordering App Enatega on your system.

#### Installation

* **Get the code**<br>

  * Opt #1. Download ZIP\
    \
    If you don't know how to use Git you can download Enatega - Food Delivery UI Theme by Clicking [here](https://gitstrap.com/Sharan/food-delivery-ui). Extract the content of the zip files, please note that downloading will not sync with further updates of Food Ordering App<br>
  * Opt#2. Clone\
    \
    To setup Enatega - Food Delivery UI Theme on your system, and sync with constant updates, clone the repo. Click [here](https://gitstrap.com/Sharan/food-delivery-ui) to clone Enatega - Food Delivery UI using GitStrap.

* **Install packages**\
  \
  \&#xNAN;**`cd food-delivery-ui`**\
  **`npm install`** \
  or instead of `npm install` you can use `yarn install`

* **Run on iOS**
  * Run `expo start` in your terminal
  * &#x20;An expo interface will open select the option run on iOS simulator
  * To run on iOS device enter the url of expo given in opened interface in your expo app on iOS by downloading expo from AppStore<br>

* **Run on Android**
  * Run `expo start` in your terminal
  * Make sure you have an `Android emulator` installed and running
  * Click the option run on android emulator in the opened interface in your expo app&#x20;
  * To run on device scan the QR code given in opened expo app web interface
