Food Hunter
Search…
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
Run app
Customization
Publishing
DEFINE BASICS
Adding users
Adding restaurant
Powered By
GitBook
Run app
Let's install dependencies and run app
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 (
more about running
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
admin panel of Food Hunter
or manually in database.
Client app installation - Previous
Features
Next - Client app installation
Customization
Last modified
10mo ago
Copy link
Contents
Preparing
Running