Install the Ionic CLI
Install the Ionic CLI with npm
$ npm install -g @ionic/cliTest Drive
Download the source code.
Next, open the project file
In the terminal run the command
$ npm iAfter the successful installation run the following command
$ ionic serveYour Ionic app is now running in a web browser. Most of your app can be built and tested right in the browser, greatly increasing development and testing speed.
Last updated