electron-with-create-react-app
electron-with-create-react-app copied to clipboard
Sample Electron application using create-react-app
How to build an Electron app using create-react-app. No webpack configuration or “ejecting” necessary.
Code repo for post on freeCodeCamp.
https://medium.freecodecamp.com/building-an-electron-application-with-create-react-app-97945861647c#.ze6c9qin1
There is another branch, npm-start
It uses npm-start
instead of npm run dev
. (change submitted by vcarl) Details are in this pull request
Thanks to marbemac for submitting a pull request that captures logging output. It can be found in logging-capture
Thanks to vicentedealencar for an example of using electron-builder for packaging. Details are here.