Ionic installation
In order to install the Ionic development environment, you need to install Node & npm.
After installation of Node, you can proceed with installing ionic by running the following command in a terminal:
npm install -g @ionic/cliYou can read more about ionic here: Ionic Framework Docs
