This project was bootstrapped with Create React App.
- Banuba client token
- Nodejs installed
- Browser with support of WebGL 2.0
Banuba Client token is required to get Banuba SDK Web AR working.
To receive a new trial client token please fill in the form on banuba.com website, or contact us via info@banuba.com.
Clone the repository
git clone https://github.com/Banuba/quickstart-web-reactInstall the project dependencies
npm installInsert Banuba client token at src/BanubaClientToken.js
export const BANUBA_CLIENT_TOKEN = "PUT YOUR CLIENT TOKEN HERE"Run the app in the development mode via the command
npm startOpen http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To learn Banuba SDK Web AR, check out the Banuba Web AR SDK documentation.