tree: 94ec583905e2743d3ce8cb2f69ea0ca3fd493ff8 [path history] [tgz]
  1. legacy/
  2. public/
  3. src/
  4. .gitignore
  5. package-lock.json
  6. package.json
  7. README.md
  8. tsconfig.json
  9. webpack.config.js
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.