Skip to content

Instantly share code, notes, and snippets.

@jakehemmerle
Last active January 28, 2021 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakehemmerle/1eb6bf546e8ef67f0925390f26e9c437 to your computer and use it in GitHub Desktop.
Save jakehemmerle/1eb6bf546e8ef67f0925390f26e9c437 to your computer and use it in GitHub Desktop.
Debug React with Brave in VSCode
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Brave against localhost",
"runtimeExecutable": "/Applications/Brave Browser Dev.app/Contents/MacOS/Brave Browser Dev",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
]
}
@jakehemmerle
Copy link
Author

'yarn start' in terminal before running this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment