-
import db from 'backups\database'
-
run the following SQL query to set the siteurl & home
UPDATE `cjc`.`cjc_options` SET `option_value` = 'http://website/' WHERE `option_name` in ('siteurl','home');
- Admin Columns
- Admin Menu Editor Pro
- Advanced Custom Fields PRO
- Custom Post Type UI
- Essential Grid
- Material - White Label WordPress Admin Theme
- Meta Slider
- Ninja Forms
- Ninja Forms Blocks
- WPBakery Visual Composer
Start with npm install
grunt watch
to keep watching for changesgrunt build
for a 1 time build
-
copy the config file under
\mobile\src\app\config.example.json
to\mobile\src\app\config.json
-
Install package.json dependencies
$ npm install
-
Install Cordova/PhoneGap plugins (cordovaPlugins pakage.json branch dependencies)
$ ionic state restore
-
to generate the splash screen and icon
$ ionic resources
-
Test your app on multiple screen sizes and platform types by starting a local development server
$ ionic serve --lab
-
Build iOS or Android
$ ionic platform add ios $ ionic build ios
$ ionic platform add android $ ionic build android