https://github.com/surajpindoria/phonegap-app-messenger
PhoneGap sample application demonstrating real time messaging features.
https://github.com/surajpindoria/phonegap-app-messenger
cordova cordova-template messenger-platform phonegap phonegap-templates
Last synced: 3 months ago
JSON representation
PhoneGap sample application demonstrating real time messaging features.
- Host: GitHub
- URL: https://github.com/surajpindoria/phonegap-app-messenger
- Owner: surajpindoria
- License: apache-2.0
- Created: 2017-04-17T23:21:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T23:11:37.000Z (over 8 years ago)
- Last Synced: 2025-03-27T18:37:52.083Z (7 months ago)
- Topics: cordova, cordova-template, messenger-platform, phonegap, phonegap-templates
- Language: JavaScript
- Size: 12.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PG Messenger
An app based on the phonegap-template-vue-f7-blank to show realtime messaging features.# How to run:
1. Clone:
2. `cd` into cloned repo
3. `npm install`
4. `npm run dev`# How to build:
1. Clone:
2. `cd` into cloned repo
3. `npm install`
4. `npm run build`
5. (Optional) `phonegap serve` and launch with the PhoneGap Developer App