Sign inSign up

zencomputersystems/beewhere

By zencomputersystems

Updated 3 months ago

beeWhere app with PWA

Image
0

2.7K

zencomputersystems/beewhere repository overview

beeWhere-Employee

A project for employees mobile checkin

Installation

$ npm install

Running the app

# development
$ ionic serve

Build for mobile

Make sure you already install Android Studio to build our android application and XCode for iOS to build our android application

  1. Build the project to generate www folder
$ ionic build
  1. Add android/ios platform using Capacitor
$ npx cap add android
$ npx cap add ios
  1. Copy changes to native project If only web code has changed
$ npx cap copy

If only plugins has changed

$ npx cap sync

For both copy your web code and update your plugins

$ npx cap sync
  1. Open project To open project using android studio
$ npx cap open android

To open project using XCode

$ npx cap open ios

More References:

  1. Deploy Capactior Applications to Android Development
  2. Ionic framework documentations on developing ios
  3. Ionic framework documentations on developing android

Tag summary

Content type

Image

Digest

sha256:bd77b8016

Size

36.3 MB

Last updated

5 months ago

docker pull zencomputersystems/beewhere