Webapp to control cinema tech:
- start/pause the projector
- control the volume
- turn on/off lights
- open/close curtain
Download dependencies:
$ npm installStart dev server on http://localhost:8080/ and automatically build on save:
$ npm startBuild production (minified):
$ npm run buildExpose the running dev server on a random ngrok.io subdomain with https support:
$ npm run ngrok