tree: 7b4c0907a9ec490c36113342b4a25afa8ff17bd3 [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.