Skip to content

mythemebox/ionic-food-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Ionic Food Recipe Theme

Documentation for Ionic Food Recipe Theme: https://mythemebox.com/template/ionic-food-recipe-app/

Prerequisites

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

Getting Started

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

Customization

How to change content?

  • Navigate to ionrecipe/src/assets/
    • Add/update your content with categories.json, recipes.json

How to change colors?

  • Update your variable & css here: ionrecipe/src/global.scss

Releases

No releases published

Packages

No packages published