This repository is an example Node.js app that uses
@arcanejs
to create a minimal Philips Hue Controller App.
More concretely, the following libraries are used:
node-hue-apito interact with a local hue bridgezodto define the data that needs to be stored by the application@arcanejs/react-toolkitto:- build controller UIs
- manage application state & storage using local JSON files and
zod. - manage server-side application state using
react.
You're welcome to take this example repository as a starting-point / template for your own projects.
Use pnpm to install dependencies, then simply run start:
pnpm install && pnpm start
