Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.58 KB

development.md

File metadata and controls

29 lines (22 loc) · 1.58 KB

#Getting Started (installation steps)

  1. iOS SDK: Only up to and including step 'Install the SDK'. Note once the Apple SDK is installed, ensure you load the SDK (make sure it loads and possibly set-up any configuration) before moving onto ionic steps.
  2. Ionic Framework try to create a test app first before shifting to mide

##mide/

  • All ionic related stuff is in the mide/development which is basically an Angular application. You must be in the mide folder for any ionic commands to run.
  • Run npm install and bower install

####Buildtool

  • Ensure you are running the gulp process on the mide folder (/development to /www) .

####Styling

  • scss/ionic.app.scss is where you can override and add additional styling.

####Dependencies

  • /www/lib loaded here when installed using the Ionic CLI or Cordova CLI

####Relevant commands

  • Mobile Emulator (iOS): ionic emulate ios -c -l (use this over ionic build ios)
  • Browser Emulator: ionic serve -c -s browser (you have direct access to Browser Dev Tools)

####Other notes:

##server/

  • Handles authentication and sharing of code snippets.
  • Run npm install