How do I setup the environment to work with Ionic and Cordova?

hey @marciusbezerra,

if you are using windows system then follow these instructions :-

  1. Download and Install node.js from Here

  2. After successfull installation run this command in cmd node --version , this gives you the version of your node.js installed in your system

  3. After that run these command in cmd (cmd run as administrator)

    • npm install -g cordova
    • npm install -g ionic
  4. Download and install JDK from Here

  5. Download and Install android studio from Here

  6. Open computer properties -> Advance System Setting -> Environment Variables

  7. In system variables Add New Variable JAVA_HOME and path of your java -> jdk -> bin

  8. In system variables Add New Variable ANDROID_HOME and path of your Android SDK