Create react app and electron (Not for beginners)

preview_player
Показать описание
You should know the basics of react and electron. We are just combining these two awesome technologies, and setting up for better development experience.

The final scripts are available in our github repo

The electron-builder we used in this tutorial

Thank you for watching

Contact Me
Damodar Lohani
Рекомендации по теме
Комментарии
Автор

Very nice job. To the point and no BS. Loved it.

andrewc.stringer
Автор

Thank you very much.. This tutorial was one of the most useful tutorials I have seen in a while..

dhavalchheda
Автор

Unfortunately yarn run ebuild not working
Error: Application entry file "build\electron.js" in the does not exit. Seems like a wrong configuration.

olegmaz
Автор

Hi, I followed this video until the part that i am most interested in but it has failed to work for me.
"ebuild": "npm build && node_modules/.bin/build",
When I run npm run ebuild I get this error
> npm build && node_modules/.bin/build

npm WARN build `npm build` called with no arguments. Did you mean to `npm run-script build`?
'node_modules' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Exit status 1
npm ERR!
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!
Can someone help me fix this? I have spent a day or two in it. I am using windows

angellanaigaga
Автор

I am using npm as package manager in windows 10.Please let me know how to run app with npm .Basically yarn dev not working for me, npm dev not worked (Error is react-script not found)

dharmendrakumarsingh
Автор

I tried logging from my electron>main.js. But it's not showing in my electron app. Any idea why?

androidgeeking
Автор

Very Useful Tutorial I like it Thanks bro.How can we add installing electron apps procedure in window.

xtremegamings
Автор

Sir please tell why i did'nt get a desktop app when i run the project it run's on browser

aashirshahid
Автор

When I run Yarn Build. I keep getting an error about not being able to minify a package. Any idea on how to approach this?

androidgeeking
Автор

anybody else getting this error? "MaxListenersExceededWarning: Possible EventEmitter memory leak detected."

mikeaxle
Автор

Hi, very useful...The dev app is working fine, but my build electron app is empty. Do you have any suggestion?

emanuelagrigore
Автор

Hi, great tutorial! How can i change icon app ?

vitorhugoaguila
Автор

Hello thank you for this and also github repo. But I have a problem with ebuild. I did not do anything else but just changed Welcome to React text to something else and tried to ebuild it but it gave me this error :/ I have followed the structures that are written in github repo. Any solution please :/
error code ELIFECYCLE
21 error errno 1
22 error Exit status 1
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

osmanakar