Skip to content

Interactive tour to help you build your first React app using Microsoft Graph Toolkit

License

Notifications You must be signed in to change notification settings

microsoftgraph/mgt-react-codetour

Repository files navigation

Microsoft Graph Toolkit React code tour

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.

Mouse pointer hovering over a code tour step in Visual Studio Code

Prerequisites

Getting started

  • 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:

    Mouse pointer hovering over a green button in a popup window prompting to start a code tour in Visual Studio Code

  • alternatively, you can start the tour manually from the CodeTour pane:

    Mouse pointer hovering over a play button in the code tour pane in Visual Studio Code

We'd love your feedback

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.