Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Colt-ain opened this issue Dec 2, 2019 · 2 comments
Open

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

Colt-ain opened this issue Dec 2, 2019 · 2 comments

Comments

@Colt-ain
Copy link

Colt-ain commented Dec 2, 2019

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
Copy link
Contributor

linegel commented May 1, 2020

@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
Copy link
Contributor

linegel commented May 1, 2020

@wojtkowiak probably could be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants