- Node Js
- Apache cordova
- Ionic
- Install android stand-alone SDK Tools.
- Ant
- git
####Steps to start
- 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.
- Install Cordova
npm install -g cordova
- Install Ionic
npm install -g cordova ionic
- 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
- Ant
- Download antonwindows from below url
https://code.google.com/p/winant/
- Download antonwindows from below url
- git
- Download git from below url
http://git-scm.com/download/win
- Download git from below url