basic-electron-react-boilerplate icon indicating copy to clipboard operation
basic-electron-react-boilerplate copied to clipboard

After 'npm install' and 'npm run dev', should the react dev tools load in the inspector?

Open timothy-o-johnson opened this issue 6 years ago • 1 comments

Hello, I've forked and completed an 'npm install' and 'npm run dev'. Now the electron app pops up, but there's no React dev tool in the inspector. Is this correct? I have a feeling that the server is not running.

Thanks, Tim

image

timothy-o-johnson avatar Apr 12 '18 13:04 timothy-o-johnson

Yes. This is correct. You can take a look at electron-devtools-installer.

lourencorodrigo avatar Oct 11 '18 15:10 lourencorodrigo