jepiqueau / angular-photoviewer-app

Ionic/Angular Photoviewer Application Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Ionic/Angular Photoviewer App Starter

angular-photoviewer-app

Ionic/Angular application demonstrating the use of the

@capacitor-community/photoviewer


this app uses Capacitor4


Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

To start building your App using this Starter App, clone this repo to a new directory:

git clone https://github.com/jepiqueau/angular-photoviewer-app.git 
cd angular-photoviewer-app
git remote rm origin
  • then install it
npm install
  • then go to the building process
npm run build
npx cap sync
npm run build
npx cap copy
npx cap copy web

the capacitor config parameters are:

  "appId": "com.jeep.app.ionic.angular",
  "appName": "angular-photoviewer-app",

Building Web Code

The @capacitor-community/photoviewer is using a companion Stencil component jeep-photoviewer.

ionic serve

Building Native Project

Android

npx cap open android

Once Android Studio launches, you can build your app through the standard Android Studio workflow.

iOS

npx cap open ios

Contributors

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Ionic/Angular Photoviewer Application Starter


Languages

Language:TypeScript 88.8%Language:SCSS 5.1%Language:Swift 1.8%Language:HTML 1.5%Language:JavaScript 1.4%Language:Java 0.8%Language:Ruby 0.7%