/restvo-app

The official Restvo App

Primary LanguageTypeScript

CircleCI

Restvo Official Web App

Welcome to the Restvo Web App Development Community. Your contribute is valuable to this project.

Click on Projects to see a list of projects you can contribute to. Please submit PRs to the app-dev-01 branch and I'll merge it.

We also do weekly team sync on Wed at 5pm PST. If you have any questions please feel free to reach out to me.

Setup

  1. Follow the 'Install the Ionic CLI' section: https://ionicframework.com/docs/installation/cli

  2. In your IDE, clone the repo https://github.com/calvinckho/restvo-app.git#app-send-jpeg-to-container into a local directory on your machine.

  3. Inside the directory of your cloned project, install the node packages


$ cd restvoApp
$ npm install

4a. Run the app on browser


$ cd restvoApp
$ ionic serve

4b. Run the app on native devices


$ npm run dev
$ npx cap sync

$ npx cap open android
 - or -
$ npx cap open ios