Run the demo

更新时间:
复制 MD 格式

This topic describes how to run the Web SDK demo for Cloud Production Studio.

Background information

The Cloud Production Studio Web SDK provides a comprehensive production service.

Procedure

  1. Download the demo.

    Important

    After downloading the demo, replace @@version@@ in index.html with the latest version number of the Web SDK. The version number must be in the a.b.c format, such as 2.3.4. For the latest version number, see Web SDK release history.

  2. Install serve to run a local static resource server.

    $ npm install serve -g
  3. Navigate to the demo folder and start the service.

    $ serve
  4. Access the demo.

    http://localhost:5000