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.