The Microsoft Graph Explorer lets developers quickly navigate and test API endpoints.
The Graph Explorer is written in TypeScript and powered by:
npm install
to install project dependencies.npm
is installed by default with Node.js.bower install
npm start
starts 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 test
to run tests from the command line for scenarios like parsing metadata and functional explorer tests.node .\bundleLocFiles.js
combines all the loc files intranslation_files/
toscripts/loc_strings.ts
npm run build:prod
to build the minified explorer for production use.
Please see the contributing guidelines.
Copyright (c) 2017 Microsoft. All rights reserved.