marionleborgne / electron-with-create-react-app

Sample Electron application using create-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#bootstrap create-react-app and electron

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.

About

Sample Electron application using create-react-app

License:MIT License


Languages

Language:JavaScript 65.6%Language:HTML 25.4%Language:CSS 9.0%