Book Image

Ionic Cookbook

By : Hoc Phan
Book Image

Ionic Cookbook

By: Hoc Phan

Overview of this book

Table of Contents (18 chapters)
Ionic Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Viewing the app using iOS Simulator


So far you have been testing the web-app portion of Ionic. In order to view the app in the simulator, follow the next steps.

How to do it...

  1. Add the specific platform using:

    $ ionic platform add ios
    

    Note

    Note that you need to do the "platform add" before building the app.

    $ ionic build ios
    
  2. The last step is to emulate the app:

    $ ionic emulate ios