/SportsPerformanceMobile

For my dissertation, using the Ionic Framework to create a feature rich cross-platform mobile application. Utilising Cordova integration to help with native features, also using Spring Boot to communicate with the application via HTTP.

Primary LanguageTypeScript

To install the node package manager dependencies type

👉 npm install 👈

To run as a web application

👉 ionic serve

OR

👉 ionic serve --lab

To run as a mobile application either physical device or emulator

Android

👉 ionic cordova run android 👈

OR

iOS (A mac is required to run this command)

👉 ionic cordova run ios 👈

OR

Windows

👉 ionic cordova run windows 👈