This sample application is build on top of the Dolby.io UXKit for React.js.
Install all the dependencies using the following command:
npm install
Then run the following command to start a local web server:
npm run start
You can now access the application from the URL: http://localhost:8080. Get an access token from your Dolby.io dashboard.
To build the application for distribution, run the following command and look for the dist
folder at the root of this project.
npm run build