Food Hunter
  • Introduction
  • Before installation
    • Prepare Firebase
    • Setup database
  • Admin installation
    • Import demo data
    • Deploy backend
    • Run local
    • Deploy frontend
  • Client app installation
    • About
    • Features
    • Connect with backend
    • Run app
    • Customization
    • Publishing
  • DEFINE BASICS
    • Adding users
    • Adding restaurant
Powered by GitBook
On this page
  • Preparing
  • Running

Was this helpful?

  1. Client app installation

Run app

Let's install dependencies and run app

PreviousConnect with backendNextCustomization

Last updated 3 years ago

Was this helpful?

Preparing

At first, you should prepare your app for running. It contains next steps

Install dependencies - got to project folder and run: npm i

iOS - install pods. Go to ios folder of project and run: pod install

Running

Then, you should run it on you emulator or physical device ( in latest official doc of react native)

Starting app on android (from project folder): npm run android

Starting app on ios (from project folder): npm run ios

And then, you should test, that your app working right with your database, by checking existing restaurants and products.

You should fill your restaurants and product using or manually in database.

more about running
admin panel of Food Hunter