Run app
Let's install dependencies and run app
Last updated
Was this helpful?
Let's install dependencies and run app
Last updated
Was this helpful?
Install dependencies - got to project folder and run:
npm i
iOS - install pods. Go to ios folder of project and run:
pod install
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.