An open API service indexing awesome lists of open source software.

https://github.com/rangle/pgdays-codepush-demo


https://github.com/rangle/pgdays-codepush-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Workshop for PhoneGap Days Amsterdam

## Running the App

* Have ionic CLI installed
* Have cordova CLI installed

```shell
git clone https://github.com/rangle/pgdays-codepush-demo.git
npm install
ionic emulate
```

## View Slides Online

[SlideShare](http://www.slideshare.net/EvanSchultz1/hotpush-with-ionic-2-and-codepush-62592337)

## Repo

THis repo has a number of branches showing each of the breakpoints that follow along with the slides.

0. Final - all changes in
1. config-cordova - Initial cordova config of your Ionic app
2. settings-tab - Starting of a settings tab where we will be doing most of the work
3. status - Seeing if our build is upto date
4. deployment - changes and checking deployments
5. local-info - getting local package information
6. change-sync-button - minor update to the sync button
7. sync-status - exploring the callback in the codepush.sync function
8. download-detail - displaying details / status of the download

## Code Snippit Gist

If starting from a blank slate / fresh ionic application, you can follow the code snippits in the gist below to build out the application while following the slides.

* [Code](http://bit.ly/22hPKC4)

## Authors

* Evan Schultz
* GitHub: [e-schultz](https://github.com/e-schultz)
* Twitter [@e_p82](https://twitter.com/e_p82)
* Bertrand Karerangabo
* GitHub: [bertrandk](https://github.com/bertrandk)
* Twitter: [@codenarian](https://twitter.com/codenarian)