0

I have installed ionic on my ubuntu desktop and created an app now I want to install ionic-lab, I have downloaded ionic-lab but cannot understand how to install it.

1 Answers1

1

It's really simple :)

Open a terminal (Ctrl+Alt+T).

  1. Download ionic-lab :

    wget http://ionic-io-assets.s3.amazonaws.com/labs/IonicLab-linux-x64.tar.gz
    
  2. Extract IonicLab-linux-x64.tar.gz archive.

  3. Open ionic-lab by double clicking on the file named IonicLab. That's it.


If you need to install it, please refer to this question : What is the best place to install user apps?

hg8
  • 13,462