Open Colt-ain opened 4 years ago
@Colt-ain that's very simple with https://www.npmjs.com/package/electron-devtools-installer
Make a function which installs redux via package mentioned above and place it somewhere inside .desktop
folder
In .desktop/desktop.js
write
app.whenReady().then(youFunction)
And that's all!
@wojtkowiak probably could be closed
Hello. I want to add electron-redux-devtools in electron app. I've added it in
package.json
but it is not appear in electron app.