Skip to content

brandon-segal/Incline-mobile

 
 

Repository files navigation

Goals Mobile Project

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

Requirements

Dependencies

'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

Run

  • 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'

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.7%
  • CSS 32.0%
  • HTML 21.0%
  • JavaScript 0.3%