Philips Hue web management interface, now with added Docker!
1.7K
This project uses jspm.io, a package manager for SystemJS which is built on top of the dynamic ES6 module loader. This allows developers to load any module format (ES6, CommonJS, AMD, and globals).
This project assumes that you have NodeJS and any relevant development tools (like XCode) already installed.
Clone this repository and execute the following commands in a terminal:
git checkout masternpm installnpm run serveNote: Open the dev console to see any warnings and browse the elements.
You will notice a few files/directories within this project:
app/src - This is where all of your application files are stored.app/assets - This folder contains some tutorial-provided images and icons which are used by
the application.index.html - The entry point to your application. This uses System.js to load the
app/src/boot/boot.js bootstrap file which in turn loads the app/src/app.js file that imports
all of your dependencies and declares them as Angular modules, and configures the icons and
theming for the application.Of course you can run a docker image on your own machine:
docker run -p 8080:8080 --name materialhue -d djflix/materialhue:latest
https://github.com/peter-murray/node-hue-api https://github.com/angular/material-start
Content type
Image
Digest
Size
35.9 MB
Last updated
over 8 years ago
docker pull djflix/materialhue