Skip to content

garrytrinder/mgt-react-ts-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Graph Toolkit + React + TypeScript + Parcel

This sample shows how you can use the Microsoft Graph Toolkit with React and TypeScript, using the Parcel web application bundler.

The sample uses the Login component to authenticate with Azure and the Get component with a custom template to render the current users profile.

Path to awesome

  • Clone repo
  • Make AAD setup file executable
    • chmod +x scripts/aad-setup.sh
  • Execute AAD setup script following prompts
    • ./scripts/aad-setup.sh
  • Install dependencies
    • npm install
  • Start web server
    • npm start
  • Open http://localhost:1234

About

Microsoft Graph React Toolkit sample web app that uses TypeScript and the Parcel application bundler.

Topics

Resources

Stars

Watchers

Forks