Skip to content

Youstart-Labs/Ionic1-Sample

Repository files navigation

Ionic 1 - Youstart Sample

A starting project for Ionic that optionally supports using custom SCSS.

Using this project

You must have cordova installed prior to this.

	npm install -g cordova
	npm install -g ionic

Installation this project

  • 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>

Plugins List

    "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",
    "cordova-plugin-dialogs@1.3.1",
    "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",
    "cordova.plugins.diagnostic@3.1"

About

Ionic 1 Sample project for youstart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published