The Microsoft Graph Explorer lets developers quickly navigate and test API endpoints.
The Graph Explorer is written in TypeScript and powered by:
npm installto install project dependencies.npmis installed by default with Node.js.bower installnpm startstarts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at http://localhost:3000/.
npm testto run tests from the command line for scenarios like parsing metadata and functional explorer tests.node .\bundleLocFiles.jscombines all the loc files intranslation_files/toscripts/loc_strings.tsnpm run build:prodto build the minified explorer for production use.
Please see the contributing guidelines.
Copyright (c) 2017 Microsoft. All rights reserved.