To get started with Ionic Framework, the only requirement is a Node & npm environment.
Of course, you will also need an editor. We recommend VS Code, a free, batteries-included text editor made by Microsoft.
Node & npm
Almost all tooling for modern JavaScript projects is based in
Node is bundled with
To verify the installation, open a new terminal window and run:
$ node --version
$ npm --version
Git
Although not required, the version control system
To verify the installation, open a new terminal window and run:
$ git --version