Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 733 Bytes

README.md

File metadata and controls

38 lines (35 loc) · 733 Bytes

shootmap

A mobile application built in AngularJS - Cordova - Ionic

Getting Started

(only if you don't have cordova globally installed)

npm install -g cordova

(only if you don't have ionic globally installed)

npm install -g ionic

Get the files

git clone https://github.com/dotGiff/shootmap.git
cd shootmap

Browser Testing

ionic serve 

Emulating

(must have platform set up, see: ios, android):

ionic platform ios
ionic emulate ios