Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started in Android App Development with Ionic Framework for HTML5 Mobile App Development on Ubuntu 15.10 Wily Werewolf GNU/Linux Desktop.
Ionic is a powerful HTML5 SDK that helps you build native-feeling Mobile Apps using web technologies like HTML, CSS, and Javascript.
Ionic is focused mainly on the Look and Feel, and UI interaction of your app. Ionic simply fits in well in order to simplify one big part of your app: the Front End.
Ionic currently requires AngularJS in order to work at its full potential. While you can still use the CSS portion of the framework, you’ll miss out on powerful UI interactions, gestures, animations, and other things.
-
Open a Shell Terminal emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
How to Install the Latest Node.js on Ubuntu Linux
-
Installing Ionic with Cordova.
sudo su
npm install -g cordova ionic
Wait until all stuff is installed…
exit
-
How to Build & Run Ionic Hello-World App on Ubuntu