Documentation for Ionic Food Recipe Theme: https://mythemebox.com/template/ionic-food-recipe-app/
Before starting the setup make sure, you have correct versions of tools. we shared our development environment for this theme
node -v
12.8.1
npm -v
6.11.3
ionic -v
5.4.4
cordova -v
9.0.0
java -version
1.8.0_201
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
How to change content?
- Navigate to
ionrecipe/src/assets/
- Add/update your content with
categories.json, recipes.json
- Add/update your content with
How to change colors?
- Update your variable & css here:
ionrecipe/src/global.scss