ui-toolkit-common-example
v0.1.0
Published
Common webpack component for all github examples.
Downloads
5
Readme
MediaCentral UX Starter Kit
Starter kit for creating apps in MediaCentral
Getting started
To proceed, run these commands in order:
npm install
npm start
Then load https://localhost:8080/ in your browser. Your new starter app is listed at top. Its icon is a box.
Customizing
To change the icon, overwrite the svg file in the src/images folder.
To change starter kit port check proxyPort.
For more information on building apps for Cloud UX see Avid's developer portal.
Publishing
For publishing to Avid marketplace use out ready to go tool.
WARNING!
Remember to set your alias and secret. You can get them from Avid Page
Setup
If you want to change name/host/port of the app just type npm run setup
in your project's directory and proceed.