-
Make sure you have Cordova installed:
npm install -g cordova
. -
Ensure NPM dependencies are installed:
npm install
. -
Make Sure You Have the Latest Version of Ionic CLI:
npm install -g ionic@beta
-
Ensure native dependencies are installed with
ionic state restore
. -
Run
ionic serve
And 💥! Or runionic build ios
to generate an XCode project for your iOS device.
ryanmillerdev/snapple-facts
An Ionic 2 demo app containing (most) of the world's knowledge.
TypeScript