You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run npm install -g @microsoft/teamsfx-cli to get the terminal bash commands
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