Skip to content

Instantly share code, notes, and snippets.

@oztune
Created August 23, 2019 23:26
Show Gist options
  • Save oztune/01be16a2f90283aad82422b37221d522 to your computer and use it in GitHub Desktop.
Save oztune/01be16a2f90283aad82422b37221d522 to your computer and use it in GitHub Desktop.

Revisions

  1. oztune created this gist Aug 23, 2019.
    26 changes: 26 additions & 0 deletions install react-devtools v3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    1. Somewhere on your machine clone the project.
    ```
    > git clone https://github.com/facebook/react-devtools.git
    > cd react-devtools
    ```

    2. Switch to the v3 branch
    ```
    > git checkout v3
    ```

    3. Install all dependencies.
    ```
    > yarn
    ```

    4. Package up the Chrome extension.
    ```
    > yarn build:extension
    ```

    5. In Chrome, go to `chrome://extensions`. Enable developer mode (top right).

    6. Click 'Load unpacked' (top left) and select to `react-devtools/shells/chrome/build/unpacked`.

    7. If you have the official dev tools extension installed, disable it.