Last active
September 23, 2019 09:09
-
-
Save abdul-shajin/423e92e5deb499bf26cae1baf6af504d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Checkout the extension source | |
git clone https://github.com/facebook/react-devtools | |
cd react-devtools | |
# Checkout the previous release branch | |
git checkout v3 | |
# Install dependencies and build the unpacked extension | |
yarn install | |
yarn build:extension | |
# Follow the on-screen instructions to complete installation | |
After this, | |
Go to Extensions, Load Unpacked | |
Point to react-devtools, shells, chrome, unpacked | |
Basically, go to folder with a manifes.json | |
Run in ReactJS - yarn run test:firefox | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment