https://github.com/videoexpertsgroup/vxg.web.client
Web client source code of https://vxgdemo.cloud-vms.com/
https://github.com/videoexpertsgroup/vxg.web.client
Last synced: 2 months ago
JSON representation
Web client source code of https://vxgdemo.cloud-vms.com/
- Host: GitHub
- URL: https://github.com/videoexpertsgroup/vxg.web.client
- Owner: VideoExpertsGroup
- Created: 2021-12-20T03:11:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:03:59.000Z (8 months ago)
- Last Synced: 2024-10-18T22:12:12.628Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VXG.Web.Client
VXG Web Client package has a simple structure and contains only the client-side code. It can be launched locally on a PC without placing it on a web server.
You’ll need to disable CORS in the browser in order to run the package. For example, to disable CORS in Chrome on Windows use the following command line:
```
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=%LOCALAPPDATA%\Google\chromeTemp
```You can now open the index.html in the browser window:
