Ionic Food Recipe Theme Setup

  1. Home
  2. Docs
  3. Ionic Food Recipe Theme Setup
  4. Installation

Installation

Once you have the right tools, we can start our setup.

  1. Download your purchased code from your account.
  2. Extract zip file to the decided folder
  3. open your command prompt/terminal & change your working directory to the extracted folder
  4. Then follow these commands
cd ionrecipe
npm install
ionic serve

These commands will automatically install all the required dependencies. ionic serve execute/run your app in the browser.

ionic cordova platform add android
ionic cordova platform add ios
ionic cordova run android
ionic cordova run ios

Note: ios build requires mac