Skip to content

guard-systems/appetizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appetizer app starter

Clone

git clone [email protected]:guard-systems/appetizer.git

Install

npm install -g cordova
npm install -g browserify
npm install

Development

(requires ‘npm install -g budo’)
npm run dev

Build

Add a platform (ref. ios, android)

npm run build

Release

iOS

cordova platform add ios

Xcode and Mac!

  • archive build (Product > Archive)
  • add to itunesconnect.apple.com

Android

Before you do anything install android SDK - And build platforms

cordova platform add android

npm run android-release

Add newly generated FleetApp.apk to google play developer console