How to create Single Page Application using Microsoft Graph and JavaScript
This solution is based on a solution created by Cameron Dwyer https://github.com/CameronDwyer/M365DeveloperBootcamp2020-Graph
I have extended this to learn more and added another page to get Outlook messages.
You can check the explaination in my YouTube Video, please subscribe to channel you like the video. https://www.youtube.com/watch?v=ra3hVgAqREs&feature=youtu.be&ab_channel=SYNKVentures-Let%27stalkMicrosoft365
Preqreuisites:
- Microsoft 365 Developer Account : https://developer.microsoft.com/en-us/microsoft-365/dev-program
- Node.js is installed: https://nodejs.org/en/
- Git is installed: https://git-scm.com/downloads
- Azure App Registration: Explained in the video and more details here: https://docs.microsoft.com/en-gb/graph/tutorials/javascript?tutorial-step=2
