Skip to content

Banuba/quickstart-web-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banuba Web AR SDK and React integration example

This project was bootstrapped with Create React App.

Requirements

Obtaining Banuba Client token

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.

Environment setup and local run

Clone the repository

git clone https://github.com/Banuba/quickstart-web-react

Install the project dependencies

npm install

Insert Banuba client token at src/BanubaClientToken.js

export const BANUBA_CLIENT_TOKEN = "PUT YOUR CLIENT TOKEN HERE"

Local run

Run the app in the development mode via the command

npm start

Open 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.

Learn More

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors