jkzing / vscode-redux-devtools

Redux DevTools vscode extension
MIT License
81 stars 10 forks source link

Where did you get "redux-devtools-core.min.js" from? #49

Closed takanuva15 closed 2 weeks ago

takanuva15 commented 2 weeks ago

Hi, I see this file "redux-devtools-core.min.js" within the externals folder, but I'm confused where were you able to download it from? Is there a public repo where redux publishes this file?

takanuva15 commented 2 weeks ago

Nvm I figured it out:

The html/js files were obtained directly from the official Redux DevTools remote client.

  1. Run redux-devtools --hostname=localhost --port=8001 --open command to open the official remote client.
  2. Click "View"->"Toggle Developer Tools" and then click the "Sources" tab.
  3. Within the main directory, you should find an index.html file. Copy that and use it as a reference for the other js/css files you will need to use.