/iuc-project-ui

iuc-project-ui

Primary LanguageTypeScript

iuc-project-ui (ionic/angular)

Smart Digital Food Management

Run Locally

  git clone https://github.com/KamikazeXpress/iuc-project-ui.git
  1. Download Required Tools
  • Windows users: for the best Ionic experience, we recommend the built-in command line (cmd) or the Powershell CLI, running in Administrator mode.
  • Mac/Linux users, virtually any terminal will work.

You may skip this step if you already have the required tools.

  1. Install Angular CLI

     npm install -g @angular/cli
    
  2. Install Ionic Tooling

     npm install -g @ionic/cli native-run cordova-res
    
  3. Run the App

     ionic serve
    
  4. Run npm update if encounter any missing module issue:

     npm update
    
  5. On web browser, navigate to http://localhost:8100

Prod UI

Current live code is deployed to Azure : i. https://ashy-river-09794f910.azurestaticapps.net/

Authors