Skip to content

pchvramesh/ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To start this application we should need the following tools

  1. Node Js
  2. Apache cordova
  3. Ionic
  4. Install android stand-alone SDK Tools.
  5. Ant
  6. git

####Steps to start

  1. Install NodeJs from the following link
    • URL : http://nodejs.org/
    • C:\Users\testEnv>npm
    • Error: ENOENT, stat 'C:\Users\testEnv\AppData\Roaming\npm'
    • To avoid this error create npm folder in the above path.
  2. Install Cordova
    • npm install -g cordova
  3. Install Ionic
    • npm install -g cordova ionic
  4. Install Android
    • Copy installation path of the sdk and add to environment variables -> Path Variable
    • Run SDK Manager.exe as administrator if required.
    • select required packages to install
    • Path Variables:
      C:\Program Files (x86)\Android\android-sdk
      C:\Program Files (x86)\Android\android-sdk\platform-tools
  5. Ant
    • Download antonwindows from below url
      https://code.google.com/p/winant/
  6. git
    • Download git from below url
      http://git-scm.com/download/win

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors