https://github.com/rangle/pgdays-codepush-demo
https://github.com/rangle/pgdays-codepush-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/pgdays-codepush-demo
- Owner: rangle
- Created: 2016-05-20T06:09:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T04:24:43.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:13:24.358Z (about 1 year ago)
- Language: JavaScript
- Size: 995 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)