Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

RHMAP-Sample-Mobile-Apps/pointing-ionic2-app

Repository files navigation

Pointing Cordova App


Author: Erik Jan de Wit
Level: Intermediate
Technologies: Javascript, Cordova, socket.io. Summary: A demonstration of how to use socket.io, fh-js-sdk.
Community Project: Feed Henry
Source: https://github.com/RHMAP-Sample-Mobile-Apps/pointing-cordova-app
Prerequisites: node 6+, cordova 6.0+, ionic-cli 2+

What is it?

This application needs Pointing Cloud App up and running. Different version of the app exist for other platform like pointing-dotnet-app. The app is used to story point a user story.

  • You can create a session that other members can join to vote. As owner of the session, you will have the right of making votes public.
  • Tou can join a session created by another owner and vote.

Build instructions

Pre-requesites

  • install cordova
npm install -g cordova 
  • install ionic
npm install -g ionic

Build & Run

npm install
ionic serve

Build & Run native

  • iOS
ionic add platform ios; ionic run ios
  • Android
ionic add platform android; ionic run android

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published