• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

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

Written by Rahul, Updated on 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

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

4 Comments

  1. Avatar Gowtham Reply
    August 20, 2019 at 10:59 am

    Thanks for the blog it was very useful

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

    Ah? apt-get on Fedora?

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

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

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

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

Leave a Reply Cancel reply

Popular Posts

  • How To Install Python 3.9 on Ubuntu 20.04 5
  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy