A starting project for Ionic that optionally supports using custom SCSS.
You must have cordova installed prior to this.
npm install -g cordova
npm install -g ionic
- Clone project from github repo :
git clone https://github.com/abhishekrathore/Ionic1-Sample
- Install npm dependecies
npm install
- Install bower dependecies
bower install
- Install Resources
ionic resources
- Add Platform (whichever required)
ionic platform add android
ionic platform add ios
- Install Plugins (whichever required)
ionic state restore --plugins
- Initialize the new git
git init
- Setup the new git remotes accordingly
git remote add origin <new remote>
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-inappbrowser",
"cordova-plugin-geolocation",
"cordova-plugin-x-toast",
"cordova-plugin-android-permissions",
"cordova-plugin-camera",
"cordova-plugin-compat",
"[email protected]",
"cordova-plugin-file",
"cordova-plugin-file-transfer",
"cordova-plugin-geolocation",
"cordova-plugin-image-picker",
"cordova-plugin-inappbrowser",
"cordova-plugin-network-information",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"[email protected]"