#Getting Started (installation steps)
- 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.
- 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 themide
folder for any ionic commands to run. - Run
npm install
andbower 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 overionic build ios
) - Browser Emulator:
ionic serve -c -s browser
(you have direct access to Browser Dev Tools)
####Other notes:
- You can temporarily remove the front-end authentication steps to focus on core app features (view
welcome.js
line 27 forauth-toggl
). - ngCordova common issues
- Use Ionic View to test on a mobile device
##server/
- Handles authentication and sharing of code snippets.
- Run
npm install