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»General Articles»How to Install Ionic Framework on Linux Mint 19/18

    How to Install Ionic Framework on Linux Mint 19/18

    RahulBy RahulJanuary 13, 20192 Mins ReadUpdated:February 7, 2019

    Ionic Framework is useful for building mobile apps like Android and iOS. This article will help you to install Node.js, Cordova and Ionic framework on your Linuxmint 19 and Linuxmint 18 system.

    • How to Install Nodejs on Linux Mint

    Step 1 – Prerequsities

    First, use the following commands to install NPM and Node.js on your system. In below commands, the first command will install some required packages on the system. The second command will add PPA for node.js to your system.

    sudo apt-get install python-software-properties
    curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
    sudo apt-get install nodejs
    

    Step 2 – Install Cordova

    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 on Linux Mint

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

    sudo npm install -g ionic
    

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

    ionic -v
    
    3.20.0
    

    Step 4 – Create Sample Application with Ionic

    Now, You can create a new sample Ionic application on your system 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

    Ionic Ionic Framework
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Create SFTP User without Shell Access on Ubuntu 18.04 & 16.04
    Next Article How to Create SFTP User without Shell Access on CentOS/RHEL 7

    Related Posts

    How to Install Sublime Text 4 on Ubuntu 22.04

    2 Mins Read

    How to Find Django Install Location in Linux

    Updated:April 27, 20221 Min Read

    (Resolved) – ReactJS 404 Error on Page Reload

    2 Mins Read

    Adding a New SSH Key in GitHub

    Updated:April 1, 20223 Mins Read

    13 Best Linux Terminal Emulators and Bash Editors

    8 Mins Read

    How To Install Oracle VirtualBox on Debian 11

    2 Mins Read

    1 Comment

    1. IsntItIonic on May 2, 2019 10:53 pm

      Could you please address the OpenJDK/ JDK 1.8 vs 11 Issue?

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Install Sublime Text 4 on Ubuntu 22.04
    • 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
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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