Skip to content

kylefernandadams/box-ui-elements-react-redux-blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box UI Elements React Redux Blueprint

This is a Box UI Elements starter project that levarages the box-node-sdk with an express backend, React frontend, and Redux for managing state.

Installation Instructions

  1. Clone the repo.
git clone https://github.com/kylefernandadams/box-ui-elements-react-redux-blueprint.git
  1. Create a Box Developer Application with JWT authentication.

  2. Generated a Public/Private Keypair.

  3. Rename the .json file to box_config.json and move it to the box-ui-elements-react-redux-blueprint/server folder.

  4. Add http://localhost:3000 to the CORS Domains' Allowed Origins section and save.

  5. In the Box Admin Console (separate from the Dev Console), authorize your JWT application

  6. Change directory to box-ui-elements-react-redux-blueprint directory.

cd /box-ui-elements-react-redux-blueprint
  1. Install the client tier and server tier dependencies.
yarn install-all
  1. Start the project.
yarn dev

Releases

No releases published

Packages

No packages published