An Ionic Angular project containing features for the TFP C4 application. Configured for use on both iOS and Android devices. Consists of the following additional features:
- Sass for stylesheets
- Jasmine and Karma for unit tests
'npm install -g ionic@latest' to install the latest version of Ionic 'npm install -g cordova' to install Cordova
'xcode-select --install' to install XCode tools needed for Cordova to run 'npm install -g ios-deploy' to install tools for launching iOS apps from the command line
- Simulate in browser: 'cd ionic-sample' then 'ionic serve'
- Via iOS and Android: Please see Visual Studio Code Cordova Tools Plugin instructions titled 'Choose the Cordova debug environment' and 'Debug your Cordova-based project'