This is the web application used to access the content of the Intel Commericla IoT Workshop.
-
Clone the repository to the development computer.
-
Be sure that NodeJS is installed.
-
Be sure that GruntJS is installed.
npm install -g grunt-cli
-
Be sure that BowerJS is installed.
npm install -g bower
-
Then change to the top level directory of the web application (commercial-iot-labs-interface)
-
Type
npm install
-
Type
bower install
-
Type
grunt build
-
and then
grunt live
A browser should launch with the web application.