Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrytrinder/mgt-react-ts-webapp
Microsoft Graph React Toolkit sample web app that uses TypeScript and the Parcel application bundler.
https://github.com/garrytrinder/mgt-react-ts-webapp
microsoft-graph-toolkit parcel-bundler react typescript
Last synced: 25 days ago
JSON representation
Microsoft Graph React Toolkit sample web app that uses TypeScript and the Parcel application bundler.
- Host: GitHub
- URL: https://github.com/garrytrinder/mgt-react-ts-webapp
- Owner: garrytrinder
- Created: 2020-11-15T11:10:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T16:34:11.000Z (about 2 years ago)
- Last Synced: 2023-03-01T23:06:19.297Z (over 1 year ago)
- Topics: microsoft-graph-toolkit, parcel-bundler, react, typescript
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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`