Skip to content

React Teams App version of Graph Explorer used to learn the Microsoft Graph Api, a Microsoft Garage Project

Notifications You must be signed in to change notification settings

LokiLabs/microsoft-graph-explorer-teams-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Graph Teams App

Which folders are important?

  • For convenience, our manifest is now located in the teamsApp folder. You can then zip up the entire folder when you want to manually update it.
  • src is where we will most likely be doing most of the editing. This is where we will be adding the new components

Prerequisites

How to get it running (option 1)

  • Enter the tabs directory by running cd tabs
  • Run nvm use --lts (If you are on WSL, skip if you are not)
  • Start the project by hitting the F5 key in Visual Studio Code. Alternatively use the Run and Debug Activity Panel in Visual Studio Code and click the Start Debugging green arrow button.

How to get it running (option 2)

  • Enter the tabs directory by running cd tabs
  • Run nvm use --lts (If you are on WSL, skip if you are not)
  • npm install to install project dependencies. npm is installed by default with Node.js.
  • npm start starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically.

About

React Teams App version of Graph Explorer used to learn the Microsoft Graph Api, a Microsoft Garage Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published