The BSD Tutorial shows you Step-by-Step How to Install and Getting-Started in Android & iOS App Development with Ionic Framework for HTML5 Cross Platform App Development on macOS 10.10 Yosemite 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 Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Install Node.js on macOS
-
Installing Ionic with Cordova & iOS Tools.
sudo su
npm install -g cordova ionic ios-sim ios-deploy
Wait until all stuff is installed…
exit
-
How to Build & Run Ionic Hello-World App on macOS