Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

filipecorrea/ionic

Repository files navigation

Ionic

Ionic starter app.

Prerequisites

Run

Browser

To run the application from a web browser, access the project folder via terminal and run:

$ ionic serve

iOS Simulator

To run the application from iOS Simulator (Mac), access the project folder via terminal and run:

$ ionic emulate ios

Android Simulator

To run the application from Android Simulator, access the project folder via terminal and run:

$ ionic emulate android