Start Running Your App

First make sure you have installed node.js 8.X and npm 5.X version. You can check it on own terminal window simply by entering node -v and npm -v . You can also download required nodeJs and npm from here.

  • Make sure you have installed ionic-cli latest release and Cordova . You can check ionic version in terminal with ionic -v command . If you need more info how to setup ionic project please follow Ionic Getting Started at Ionic official websites.

    ** sudo npm install -g cordova ionic **
    
  • Ionic 3 target IOS, Android, Window all these three platform so you need to install there respective SDK to make a build. Even if you didn’t have SDK configure still you can run this app in own browser.

Open your terminal and navigate to the project folder ( userapp and deliveryapp ) and install NodeJS dependencies :

** $ npm install **

Once node dependencies are installed successfully you can run the app in browser window with :

** $ ionic serve **

You can also run this app with Ionic Lab , It will open apps in multiple Device at a time and it's good way to Test your own apps .

** $ionic serve --lab **

results matching ""

    No results matching ""