Skip to content

alexsyo/zoo105

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoo105

  • Mobile app written in react.js and es2015
  • Fetch and play audio files from an API

Requirements

Install bower, gulp, phonegap:

npm install -g bower gulp phonegap

Prepare

Install the modules:

npm install
bower install

Create the app boilerplate:

phongap create dist

Preview

Preview the app on Google Chrome (require the extension 'Ripple Emulator' installed):

gulp

Build

Prepare the App:

gulp build

Login to build.phonegap.com with your Adobe credentials:

phonegap remote login

Build the app for the Android platform:

phonegap remote build android

Download the .apk file from build.phonegap.com

Phonegap Reference

Action Command
create app phonegap create dist com.example.test test
install plugins config.xml
login phonegap remote login
build phonegap remote build android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published