Skip to content

box-community/box-ts-sdk-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“box-dev-logo”

React Sample App with Box Typescript SDK

This sample app demonstrates how to use the Box Typescript SDK to authenticate a user and make API calls to the Box API. It is built using React and Typescript.

Read a step-by-step guide on how to build this app in this Medium article.

Run the app

Create a Box custom app and get the Developer Token

  1. Use or create a sandbox environment or a free account
  2. Navigate to Dev Console.
  3. Create Box custom app.
  4. Choose any authentication method (could be JWT or OAuth2 or CCG).
  5. Go to the Configuration tab and get the Developer Token.

Run the example app

  1. Clone the this repository.
  2. Install dependencies: npm install
  3. Start the app by running npm start
  4. Open http://localhost:3000 to view it in the browser and provide the Developer Token.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published