multirestaurantsassapp
GithubYoutube
  • MULTI RESTAURANT SAAS APP
  • App Structure
  • System Requirement
  • Installation
  • Run in Emulator
  • User App Component
  • Delivery App Component
  • video installation guide
  • Node JS Dashboard
    • Introduction to Node js
    • System Requirement
    • How to run
    • Project Structure
    • API Config
    • Push Notifiaction
  • Deployment
    • Heroku Node js API
  • Payment
    • Braintree
    • Stripe
    • Pay pall
  • API Installation
    • Untitled
Powered by GitBook
On this page

Run in Emulator

PreviousInstallationNextUser App Component

Last updated 5 years ago

To setup SDK on MAC follow this , or if you are window user, please follow this . All the following command work with IONIC CLI V3 so if you are still using older cli, please update ionic with

**$ npm install -g Cordova ionic **

You also need to install before making native build.

Run your app in IOS emulator

$ ionic Cordova platform add ios

$ ionic Cordova run-ios

Lately, if there is some issue with ios-sim and if you found this error:

Error: Cannot read property 'replace' of undefined please do the following

cd platforms/ios/Cordova/node_modules/

Sudo npm install ios-sim@latest

Run your app in Android emulator

$ ionic Cordova platform add android

$ ionic Cordova run android

You can use instead of android default emulator because it will Fast to Load.

link
link
Gradle
genymotion