Ionic

Ionic apps are created and developed primarily through the Ionic command line utility (the “CLI”), and use Cordova to build/deploy as a native app. This means we need to install a few utilities to get developing.

Installing Ionic :

Requirements :

  1. Node JS :
  2. A code editor.
  3. A modern browser,
  4. A connection to the Internet.
  5. knowledge of HTML and JavaScript is assumed, but you don't need to be a JavaScript guru.

What You Will Learn:

Installation

  • How to install Ionic
  • How to create and build (compile and package) an Ionic project using the CLI (Command Line Interface).
  • How to start from one of the Ionic starter apps
  • How to build a modern mobile UI using Ionic components such as side menu, cards, action sheets, etc.
  • How to create a service using the Angular resource module (ngResource) to access REST services
  • How to use controllers
  • How to use routing
  • How to login with Facebook, and publish information to your feed

To valid if Node JS is installed run :

$ node --version 

Install Ionic CLI and Cordova

$ npm install -g ionic cordova

Create your first Ionic app helloWord:

$ ionic start helloWorld blank

To run your app, cd into the directory that was created and then run the ionic serve command

$ ionic serve

From my Mobile :

$ ionic serve --l