wojtkowiak / meteor-desktop

Build a Meteor's desktop client with hot code push.
MIT License
448 stars 84 forks source link

How can I add electron-redux-devtools in electron app #253

Open Colt-ain opened 4 years ago

Colt-ain commented 4 years ago

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.

linegel commented 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!

linegel commented 4 years ago

@wojtkowiak probably could be closed