0.1.2 • Published 2 years ago

cra-template-microsoft-graph-mui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create React App Template for Microsoft Graph and MUI

This project is Create React App template for building SPA which utilize Microsoft Graph and MUI.

Prerequisites

To get access token for Microsoft graph, this project requires Azure AD application which enable authorization code flow with PKCE. To register Azure AD application, follow the instruction.

Configuration

Create .env file in the root directory of the project with following content.

REACT_APP_AAD_CLIENT_ID=[Your Client Id of Azure AD application]
REACT_APP_HOST=http://localhost:3000/
REACT_APP_AAD_TENANT_ID=[Your Id of Azure AD Tenant]