tree: 534dec0cdaca575145e9030ec369e177c70e92ba [path history] [tgz]
  1. legacy/
  2. public/
  3. src/
  4. package-lock.json
  5. package.json
  6. README.md
  7. tsconfig.json
  8. webpack.config.js
src/cobalt/demos/content/media-element-demo/README.md

Cobalt Media Demo

Installation

# Install node modules
npm install

Only needed for the first time.

Development

# Start an http server and build the package
npm start

It watches script changes and recompiles the script bundle.

Deploy

# Compiles the script bundle.
npm run build

Copy all files under dist/ folder to the server.