Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.4 KB

Coffee Stock Example Project

Basic Ionic mobile application that allows for coffee flavour management. The targeted platforms are iOS and Android.

Environment Setup

The following resources are perfect for getting your environment set up:

Running

Because of the native dependencies within this app you cannot reliably run it using ionic serve or the ionic devapp.

Both platforms require some environment setup. Please have a look at the Environment section of the readme for more information.

Android

You can run the following commands in sequence within the project directory:

$ npm install
$ ionic cordova platform add android
$ ionic cordova prepare android
$ ionic cordova run android

If you run into issues, please make sure your environment is set up correctly. You can also head over to the official docs for additional troubleshooting.

iOS

Unfortunately I cannot create a reliable guide here. I would recommend having a look over at the official docs.