Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 639 Bytes

File metadata and controls

18 lines (11 loc) · 639 Bytes

React Sample App

This application demonstrates a sample integration of the Vesper SDK with React.

This project was bootstrapped with Create React App.

Getting Started

Create a .env.local file at the root of the project--next to the existing .env file.

You'll need to create and populate the following environment variables:

  • REACT_APP_AUTH_TOKEN
  • REACT_APP_REFRESH_TOKEN
  • REACT_APP_API_KEY

You may also change the values defined in the .env file if you wish to target another content (for example).

To run the project use: npm start at the root of the monorepo.