Once you have the right tools, we can start our setup.
- Download your purchased code from your account.
- Extract zip file to the decided folder
- open your command prompt/terminal & change your working directory to the extracted folder
- 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