/ionic-intro

Primary LanguageJavaScript

Introducing Ionic

Building a mobile app with web technologies

  1. Install node.js
  1. Install Ionic and Cordova
  • Inside terminal: npm install -g cordova ionic ios-sim
  • npm stands for node package manager. It manages libraries for node.js
  • Cordova is another library that will eventually turn a HTML5 website into a hybrid mobile app
  • Ionic is a bunch of libraries, including Angular, that help you easily build a hybrid mobile app
  1. Create an Ionic app
  1. Running the app
  • cd myApp
  • ionic serve
  1. Ionic CSS and JS components
  1. Firebase
  • Register for an account
  1. Simulate iOS
  • ionic platform add ios
  • ionic build ios
  • ionic emulate ios