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.
- Use or create a sandbox environment or a free account
- Navigate to Dev Console.
- Create Box custom app.
- Choose any authentication method (could be JWT or OAuth2 or CCG).
- Go to the Configuration tab and get the Developer Token.
- Clone the this repository.
- Install dependencies:
npm install
- Start the app by running
npm start
- Open http://localhost:3000 to view it in the browser and provide the Developer Token.