Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open the react-application(http://localhost:3000) to view it in the electron chromium instance.

The app will reload if you make edits.
if you make changes to the src/electron.js file should make hot-reload to see changes.

npm build

This will make the react-build first and then the electron-builder
will make the final build. This generate the ./build/ folder where you can find
the app installer for the specific platform.

react-script

All react-scripts are available using the prefix "react-"
npm run react-start
will run the react development server in the browser

Author

@JuanSevillano