40 lines
1.0 KiB
Markdown
40 lines
1.0 KiB
Markdown
[](http://www.apache.org/licenses/LICENSE-2.0)
|
|
[](https://docs.openvidu.io/en/stable/?badge=stable)
|
|
[](https://hub.docker.com/r/openvidu/openvidu-server-kms)
|
|
[](https://openvidu.discourse.group/)
|
|
|
|
[![][OpenViduLogo]](http://openvidu.io)
|
|
|
|
webcomponent-e2e
|
|
===
|
|
|
|
[OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120
|
|
|
|
|
|
### How to run it (localhost)
|
|
|
|
1) Start openvidu-server:
|
|
|
|
```
|
|
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.13.0
|
|
```
|
|
|
|
2) Start webcomponent app:
|
|
|
|
```
|
|
http-server web/
|
|
```
|
|
By default, the app will start on `http://localhost:8080`.
|
|
|
|
3) Install dependencies:
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
3) Run tests:
|
|
|
|
```
|
|
npm run test
|
|
```
|