/sgs-frontend

Web and mobile app for the SGS (Sistema de Gestão de Sinistros) platform

Primary LanguageTypeScript

SGS Frontend

Web and mobile app for the SGS (Sistema de Gestão de Sinistros) platform

Build Status

Running and compilling

Note - In order for the camera to work flawlessly in Google Chrome browser, install the latest version:

ionic cordova plugin add https://github.com/apache/cordova-plugin-camera

To access native features (like camera, geolocation, etc...) in browser run:

ionic cordova run browser

Otherwise if you don't need those features you can test it locally with:

ionic serve --watch