This project was bootstrapped with Create React App.
In the project directory, you can run:
Launches the electron main and react concurrently
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Copies the electron folder into the build folder where built react app resides, so that the electron main and react renderer processes can be package into one file in the next step
Packages the react and electron application into a single windows executable file