An Angular Project containing features from a Ionic project modified to work as a PWA. Configured for use on both on the web and utilize service workers and firebase to store information. 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'