This is an example electron/create-react-app application, and serves as an example of how to structure your project if you want to share pieces of your codebase between electron and react.
electron/: Code for the main Electron processsrc/react/: Code for the React renderer processsrc/shared/: Code shared between React and Electronpackage.json: Contains scripts for running the app in development, building it, and packaging it for production using electron-builder