Azure / pcs-remote-monitoring-webui

Azure IoT PCS Remote Monitoring Web UI
MIT License
54 stars 72 forks source link

Build Issues Gitter

Azure Remote Monitoring WebUI

Web app for Azure IoT Remote Monitoring Solution dotnet and java.

Prerequisites

1. Deploy a Remote Monitoring Solution

Deploy to Azure

The easiest way to test the Web UI is against a deployed remote monitoring solution. The solution can be deployed via the web interface or via the command line.

It is also possible to deploy the solution locally.

2. Setup Dependencies

  1. Install node.js
  2. For development, you can use your preferred editor

3. Environment variables required to run the Web UI

In order to run the Web UI, the following environment variables need to be created at least once. More information on configuring environment variables here.

The endpoint given above is the base url you navigate to in order to see your deployed solution.

The Web UI configuration is stored in app.config.js. You can edit this file to update the endpoints.

Build, run and test locally

Project Structure

The Web UI contains the following sections under src:

Contributing to the solution

Please follow our contribution guildelines and the code style conventions.

Customizing the solution

Please see our developer walkthroughs for more information on customizing and adding to the application.

References

This project was bootstrapped with Create React App.

You can find a guide to using it here.

Core technologies overview