You can configure the location of your REST server by modifying ./src/assets/config/config.json
The defaults are:
{
"apiEndpoint": "http://localhost:8080"
"sensorIds": ["TestSensor3"]
}
To build follow these steps
npm install
npm run build
To run launch the explorer on your local machine on port 9090.
npm run start
You can then open the site in your browser at https://localhost:9090