Skip to content

Chibuzor06/Ionic-Favorite-Quotes-App

Repository files navigation

How to run this program

Navigate into the folder from the command line then run: npm install You must have NodeJs installed or, at least the node package manager. To run in browser, from the project folder, start a development server by running: ionic serve Then, to run it on a real device, cd into project folder and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

Substitute ios for android if not on a Mac.