#bootstrap create-react-app and electron
Code repo for post on freeCodeCamp.
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.