Predix supports a very good library of web components, based on Polymer, to work with the Predix services. This collection is accessible online at https://www.predix-ui.com/.
We are going to use this platform to deliver our first application. From Predix Design, which can be found at https://www.predix-ui.com/, we can get the code of the Predix sample application:
Download the Predix sample application with the following command:
git clone https://github.com/predixdesignsystem/px-sample-app
Open package.json, which is located on the root directory, and ensure that the Node.js version ...