Substitute ios for android if not on a Mac.
This project was generated with Ionic
After cloning the repository Run
npm install
You may also need to run
npm install -g ionic
Run ionic serve
for a dev server. Navigate to http://localhost:8100
. The app will automatically reload if you change any of the source files.
Run
ionic cordova run android --prod --release
ionic cordova build android --prod --release
Run a production build of your app with ionic cordova build ios --prod
Open the .xcodeproj file in platforms/ios/ in Xcode
Connect your phone via USB and select it as the run target
Click the play button in Xcode to try to run your app