Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 362 Bytes

A Ionic PWA app showing the use of the camera and gallery without the use of any plugins

Demo

https://ionic-pwa-camera-no-plugins.firebaseapp.com

Debug and build

Debug locally:

ionic serve

Build PWA:

npm run ionic:build --prod

Deploy to Firebase:

firebase deploy