Install the Ionic CLI
Last updated
$ npm install -g @ionic/cliDownload 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