CodeBriefly
Tech Magazine

Ionic Installation Step by Step Guide

0 1,917

Get real time updates directly on you device, subscribe now.

In this article, we will discuss “Ionic Installation Step by Step Guide”. We already discuss basic of the Ionic Framework in our previous article. You can read the following article.

Ionic apps created via the command line utility. The Ionic CLI is the most common and preferable method for installation. A CLI (Command-Line Interface) is a text-based interface. Mac users use CLI within the Terminal, and Windows users use CLI within the Command Prompt.

Install the Ionic CLI

Let’s start with the Ionic CLI, Before installation, make sure your system has the latest Node Js and NPM. If the system is not ready then you can download the latest version of the Node Js and install it.

You can use the following command to install the Ionic CLI.

npm install -g ionic

In the above command, “-g” means global installation.

Setup an App

Ionic provides some of the default created app templates such as tabs, sidemenu, or blank. You can choose as per your requirement. Use the following command to setup an ionic app.

ionic start ionicapp tabs --type=angular

In the above command, “–type=angular” flag is required in the “Ionic 4.0.0” or greater of the CLI. Also, note that installation of an app take some time.

Run Ionic App

You can use the following command to run the Ionic App.

ionic serve

Conclusion

In the article, we are discussing the installation steps of Ionic Framework. Please feel free to add the comment or you can submit your feedback.


You may like:

Difference between Agile and Scrum Methodology

Crucial Advantages & Disadvantages of Agile Scrum Methodology

If you like our content, please consider buying us a coffee.
Thank you for your support!
Buy Me a Coffee

Get real time updates directly on you device, subscribe now.

Leave A Reply

Your email address will not be published.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More