Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Chat Cordova sample #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

new Chat Cordova sample #21

wants to merge 3 commits into from

Conversation

DaveLomber
Copy link
Contributor

@DaveLomber DaveLomber commented May 16, 2022

This MR brings Chat Angular Web sample into Cordova env

Below is a guide how to run the new sample-chat-cordova sample:

Prerequisites

Make sure you have Cordova installed or install it via npm install -g cordova

Getting started

cd sample-chat-cordova

npm install   # do in only once

npm run install_dependencies   # do in only once
npm run config   # do in only once
npm run build   # do it every time when you change angular chat src code 

Then use the following commands to run the sample:

cordova clean android && cordova run android --device # for run on device
cordova clean android && cordova emulate android # for run on emulator

cordova clean ios && cordova run ios --device # for run on device
cordova clean ios && cordova emulate ios # for run on emulator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant