Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

UCSB Interactive Campus Map. Developed by the UCSB Geography Department.

Notifications You must be signed in to change notification settings

ucsb-geog/interactive-campus-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCSB Interactive Campus Map

This is the source code for the UCSB Interactive Campus Map by the UCSB Geography Department.

Installation

  1. clone the reposotory

     $ git clone https://github.com/ucsb-geog/interactive-campus-map.git
    
  2. make sure you have Node.js installed, then run to install cordova

     $ sudo npm install -g cordova
    
  3. install ionic

     $ sudo npm install -g ionic
    

Test this project

  1. ####Desktop browser testing Testing this app in a browser is as simple as running the serve command in this project's root folder.

     $ ionic serve
    

This will start a live-reload server for your project. When changes are made to any HTML, CSS, or JavaScript files, the browser will automatically reload when the files are saved.

  1. ####Simulator testing You can also test right in the simulator using the cordova library which is integrated into ionic. For example, to test in the iOS simulator, run:

     $ ionic build ios
     $ ionic emulate ios
    

About

UCSB Interactive Campus Map. Developed by the UCSB Geography Department.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published