Skip to content

WDI-HK-7/ionic-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • CSS 14.7%
  • HTML 0.2%