This is the repo for the Asset Mappers application, which places markers representing resources available in the City of Orange, NJ with links to their websites on an interactive map.
- Ionic: http://ionicframework.com/
- Install the GitHub client or Git
- Clone our repo
cdinto the cloned repo's directory on your computer- Run
ionic platform add <android|ios>to allow for emulation on either platform, andionic emulate <android|ios>to begin emulation. - Run
ionic serveif you'd prefer to run this app in a web-browser (be aware during debugging that some bugs may only be present in the emulator as opposed to the web-server, and vice-versa)
For emulation with Android phones, install Android Studio (which will install the Android SDK) and use it to install a virtual device onto your computer. This will allow you to emulate an Android phone of your choosing so that you may run the app on it.
www/- Most Ionic development happens herecss/- App Stylesheet locationimages/- Place images herejs/- JavaScript code is meant to be stored here, and map logic/UI routing happen here.templates/- HTML files representing different windows of the application's UI.