Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Programming»Nodejs»How To Install Ionic Framework on CentOS 7/6/5

    How To Install Ionic Framework on CentOS 7/6/5

    RahulBy RahulMay 6, 20182 Mins ReadUpdated:June 25, 2020

    The Ionic Framework is useful for building Android and iOS applications faster. This article will help you to install Node.js, Cordova and Ionic framework on your CentOS and Red Hat system using yum package manager

    1. Prerequisites

    Ionic required Nodejs to be installed on your system. The systems don’t have installed Nodejs use following commands to install Node.js 8.x version on your system. You can visit our tutorial to install latest Node.js on CentOS and RHEL systems.

    curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash -
    sudo yum install nodejs
    

    2. Install Cordova

    After installing nodejs, run the following command to install Cordova on your system using npm command. It will install all other required node modules on your system.

    sudo npm install -g cordova
    

    3. Install Ionic Framework

    Ionic provides and commands line utility for creating packages, build and start applications. Use NPM command to install Ionic framework on your system.

    sudo npm install -g ionic
    

    After completing the installation of the Ionic framework, use following command to check installed version.

    ionic -v
    
    3.20.0
    

    4. Create Ionic Application

    Now, You need to create a new Cordova project on your computer using the following command.

    ionic start HelloWorld blank
    

    Now use one of the following commands to enable iOS or Android platform. iOS platform will work on MacOS only.

    ionic platform add ios
    ionic platform add android
    

    For more details visit http://ionicframework.com/docs/guide/installation.html

    cordova Ionic Ionic Framework NodeJs
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Add or Remove Startup Application in Ubuntu
    Next Article How to Check IP Address on Ubuntu 18.04 (Desktop)

    Related Posts

    How To Install NVM on Ubuntu 22.04

    Updated:April 16, 20223 Mins Read

    How To Install NVM on Windows

    Updated:April 16, 20223 Mins Read

    How To Install Node.Js on Debian 11

    Updated:February 11, 20226 Mins Read

    How To Install NVM on Debian 11

    Updated:August 31, 20213 Mins Read

    How To Use Environment Variables in Node.js

    6 Mins Read

    How to Parse Command Line Arguments in Node.js

    5 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.