This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 1,000,000+ packages pre-installed, including @microsoft/teamsfx-react
with all npm
packages installed. Try it out:
require("@fluentui/react-components/package.json"); // @fluentui/react-components is a peer dependency.
require("@microsoft/microsoft-graph-client/package.json"); // @microsoft/microsoft-graph-client is a peer dependency.
require("@microsoft/teams-js/package.json"); // @microsoft/teams-js is a peer dependency.
require("@microsoft/teamsfx/package.json"); // @microsoft/teamsfx is a peer dependency.
require("react/package.json"); // react is a peer dependency.
require("react-dom/package.json"); // react-dom is a peer dependency.
var teamsfxReact = require("@microsoft/teamsfx-react")
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.