gnome-app mobile client

January 26, 2018 ยท View on GitHub

How to use this template

This app is built using Ionic and is a frontend fed by the ImpossiblePeople server.

Building/Running the app:

To set up the target platform

$ ionic cordova platform add ios

or

$ ionic cordova platform add android

To build a production app, edit src/Environment.ts to input your server configurations and

$ ionic cordova platform build ios --prod

or

$ ionic cordova platform build android --release --prod

To develop use the ionic cordova run more info here or ionic serve more info here