cra-template-microsoft-graph-mui

0.1.2 • Public • Published

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]

Package Sidebar

Install

npm i cra-template-microsoft-graph-mui

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

38.6 kB

Total Files

34

Last publish

Collaborators

  • nosen