Skip to content

smikhalevski/react-executor-devtools

Repository files navigation

react-executor-devtools

Devtools browser extension for React Executor.

Install the extension from the Chrome Web Store and try it live with the example project.


React Executor Devtools Screenshot

Running the extension locally

To build the extension locally and add it to the browser:

  1. Clone this repository.
  2. Install dependencies and build sources:
npm ci
npm run build
  1. Load the created ./build directory in Chrome as an unpacked extension.
  2. Navigate to a webpage and open the devtools window.
  3. Navigate to the new devtools panel named "Executors".

For development purposes, you can start the extension as a standalone app that uses a mocked data:

npm start