https://github.com/niklasmerz/plc4x-ionic
Demo App for PLC4X on Android with Cordova
https://github.com/niklasmerz/plc4x-ionic
Last synced: 3 months ago
JSON representation
Demo App for PLC4X on Android with Cordova
- Host: GitHub
- URL: https://github.com/niklasmerz/plc4x-ionic
- Owner: NiklasMerz
- License: apache-2.0
- Created: 2020-01-14T20:23:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T02:39:43.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T12:48:59.666Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/NiklasMerz/cordova-plugin-plc4x
- Size: 2.95 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plc4x-ionic
This is a sample app which show how Ionic the UI framework can work together with Apache Cordova the cross platform app framework and the [plc4x plugin](https://github.com/NiklasMerz/cordova-plugin-plc4x) to get Apache PLC4X on mobile devices.
## How to run
NodeJS and NPM are required.
Get the Ionic and Cordova CLI installed globally `npm install -g ionic cordova`
Clone this project `cd` into it and run `ionic cordova run android`.