This repo contains an interactive tour to help you build your first React app using Microsoft Graph Toolkit - a collection of reusable, framework-agnostic components and authentication providers for accessing and working with Microsoft Graph. The contents of this tour are based on the Use the Microsoft Graph Toolkit with React walkthrough. The starting point of the project is a React TypeScript app scaffolded using Create React App.
-
clone the repo
-
restore project dependencies by executing in the terminal:
npm install
-
open the project in Visual Studio Code
-
when prompted, start the CodeTour:
-
alternatively, you can start the tour manually from the CodeTour pane:
We'd love to hear from you what you think of this way of learning. If you like it, feel free to star the project and share it in your community. If you have suggestions how we could improve, please don't hesitate to create an issue in this repo.