How to start appium using command prompt?

 Step 1: Download and install NPM and Node Tool. Use this link to download 

Step 2: Install Appium using command line using below command

$ npm install -g appium

Step 3: Type below command in Terminal/Command prompt to start appium

$ appium

To start Appium on different port use below command

$ appium --port <Port number>