mlapps / com.metrological.app.videoplayer-example

Example App using the VideoPlayer plugin from the Lightning-SDK
Apache License 2.0
1 stars 4 forks source link

Video Player Example App

com.metrological.app.videoplayer-example

Getting started

Before you follow the steps below, make sure you have the Lightning-CLI installed globally only your system

npm install -g @lightningjs/cli

Running the App

  1. Install the NPM dependencies by running npm install

  2. Build the App using the Lightning-CLI by running lng build inside the root of your project

  3. Fire up a local webserver and open the App in a browser by running lng serve inside the root of your project

Developing the App

During development you can use the watcher functionality of the Lightning-CLI.

Documentation

Use lng docs to open up the Lightning-SDK documentation.