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 Fedora 32/31/30

    How to Install Ionic Framework on Fedora 32/31/30

    RahulBy RahulMay 13, 20182 Mins ReadUpdated:May 8, 2020

    Ionic is an open-source SDK for the hybrid mobile application development. You can also use the Ionic framework for the web and desktop application development with a single shared code. It enables faster development environment for the web developers. This article will help you to install Cordova and Ionic framework on Fedora systems.

    Step 1 – Install Node.js

    For the Ionic application development, systems must have node.js installed. Use the following commands to install NPM and Node.js on your system. You can visit our tutorial to install Node.js on Fedora systems.

    sudo dnf install -y gcc-c++ make
    curl -sL https://rpm.nodesource.com/setup_12.x | sudo -E bash -
    sudo dnf install nodejs
    

    Step 2 – Install Cordova on Fedora

    Now use 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
    

    Step 3 – Install Ionic Framework

    Ionic provides command-line utilities for creating packages, build and start applications. Use NPM command to install the Ionic framework on the Fedora system.

    sudo npm install -g [email protected]
    

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

    ionic -v
    
    5.4.16
    

    Step 4 – Getting Started with Ionic

    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
    

    To start Ionic application using ionic serve command:

    ionic serve
    

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

    Ionic Ionic Framework
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Configure Static IP Address on Ubuntu 18.04 (Desktop)
    Next Article How To Configure Auto-Login for Windows 7

    Related Posts

    How to Install Ionic Framework on Ubuntu 22.04

    3 Mins Read

    How To Install NVM on Ubuntu 22.04

    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

    4 Comments

    1. Gowtham on August 20, 2019 10:59 am

      Thanks for the blog it was very useful

      Reply
    2. Romulo on January 3, 2019 7:49 pm

      Ah? apt-get on Fedora?

      Reply
      • Rahul on January 4, 2019 6:36 am

        Hi Romulo, Thanks for pointing out the issue. I have updated the tutorial with correct commands.

        Reply
    3. MTG Articles on November 10, 2018 10:36 am

      Thanks to share whereas the Ionic framework gives command line functions for producing packages, figure and run applications.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • What is CPU? – Definition, Types and Parts
    • What is the /etc/aliases file
    • What is the /etc/nsswitch.conf file in Linux
    • How to Install Ionic Framework on Ubuntu 22.04
    • What is the /etc/hosts file in Linux
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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