-
Notifications
You must be signed in to change notification settings - Fork 0
Running Local Server
sam1rm edited this page Sep 12, 2015
·
2 revisions
- cd to uguru/mobile-app/
ionic emulate ios -clr
- the ios simulator should just popup
- cd to uguru/mobile-app/
ionic emulate ios -clr
- (optional) the simulator should popup, feel free to quit it
- open http://192.168.15.239:8100
- cd to uguru/mobile-app/
ionic run ios -clr
- Make sure your phone is plugged in & you have a developers license & provisioning profile
- All static HTML files
mobile-app/www/remote/templates/
- All js controllers
mobile-app/www/remote/js/controllers/
* NOTE: some might be in university/*.ctrl.js (if there is more than one, refer to the university one) - All view-specific css Files
mobile-app/www/remote/css/sass/views/*.css
- All general css Files
mobile-app/www/remote/css/sass/*css
- Create a sass file in
mobile-app/www/remote/css/sass/
- if it's a view, then put it inside views
- Open
mobile-app/www/remote/local.index.html
&& import it like the rest of the css files
-
html
mobile-app/www/remote/templates/access.html
-
js
mobile-app/www/remote/js/access/access.ctrl.js
-
sass
mobile-app/www/remote/css/sass/views/access.scss