Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.2 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.2 KB

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.