Skip to content

stanjiang/classroom-web

Repository files navigation

Installation

npm i

Set AppId & SignKey

// projectDir/config.js

const projectName = 'classroom'

module.exports = {
  projectName,
  outputPath: 'build',
  publicPath: 'static',
  hostName: '127.0.0.1',
  port: 8092,
  zegoConfig: {
    // replay appId in here.
    appId: '',
    // replay signKey in here.
    signKey: []
  },
  webpackManifestName: 'webpack-manifest',
  webpackDllManifestName: 'webpack-dll-manifest',
  toElectron: process.env.toElectron === 'true'
}

Dev Web

Start

npm start # open http://127.0.0.1:8092

Build

npm run build

Deploy Server

npm run deploy:web

About

Zego classroom web demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published