This is a quick sample project which showcase how you can integrated Talview Proview proctoring client in a React + TS based application
- Proctoring token
- Domain whitelisting
Installing NPM dependency
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
-
REACT_APP_PROVIEW_TOKEN
To run in local this key should exist in the
.envfile. While deploying it on the server, this key should come from theKey management system. -
PORT Default port is 3000. If you want to change you can add PORT to
.envfile to start the application in the port specified.