|
|
||
|---|---|---|
| .. | ||
| .circleci | ||
| chrome | ||
| firefox | ||
| flow-typed | ||
| icons | ||
| popups | ||
| src | ||
| README.md | ||
| build.js | ||
| deploy.chrome.html | ||
| deploy.firefox.html | ||
| deploy.html | ||
| deploy.js | ||
| main.html | ||
| package.json | ||
| panel.html | ||
| utils.js | ||
| webpack.backend.js | ||
| webpack.config.js | ||
README.md
This is the source code for the React DevTools browser extension.
Installation
The easiest way to install this extension is as a browser add-on:
Build
You can also build and install from source:
yarn install
yarn build:chrome # builds at "packages/react-devtools-extensions/chrome/build"
yarn build:firefox # builds at "packages/react-devtools-extensions/firefox/build"