This sample app shows how to use the Microsoft Graph API to access Outlook and OneDrive data in React, was bootstrapped with Create React App.
Clone this repo, run:
$ git clone https://github.com/mikeattara/msal-auth.git
Navigate into the project directory, run:
$ cd msal-auth
In the project directory, you can run:
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Microsoft Graph documentation.
To learn React, check out the React documentation.