Skip to content

SchunterKino/kinoapi-frontend

Repository files navigation

kinoapi-frontend

Webapp to control cinema tech:

  • start/pause the projector
  • control the volume
  • turn on/off lights
  • open/close curtain

Build Status

Building

Download dependencies:

$ npm install

Start dev server on http://localhost:8080/ and automatically build on save:

$ npm start

Build production (minified):

$ npm run build

Expose the running dev server on a random ngrok.io subdomain with https support:

$ npm run ngrok