Some useful commands for starting with Ionic framework :
- Install nodejs and relate it to command node :
apt-get install node
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
ln -s /usr/bin/nodejs ~/bin/node
- Install npm :
apt-get install npm